Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User typing additions #204

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2019

  1. Remove "user_typing" from Typing Routes (Fixes Inumedia#203)

    user_typing appears to be the event type for when a user is typing in a channel, and this class is being used to send the I am typing message - whose type is "typing"
    TriggerAu committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    659eee1 View commit details
    Browse the repository at this point in the history
  2. Add UserTyping class and hookup action for user_typing event (Relates I…

    …numedia#203)
    
    filled in/renamed the UserTyping method so it matches the reaction/message ones. This now receives the events when a user is typing in a channel
    TriggerAu committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    a96b034 View commit details
    Browse the repository at this point in the history