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

Remove reference to a room_id key for typing events #1265

Merged
merged 4 commits into from
Oct 5, 2022

Commits on Oct 4, 2022

  1. Remove reference to a 'room_id' key for typing events

    Typing events do not contain a 'room_id' key. They are instead scoped to a room, i.e. under
    a specific room's ephemeral events listing in a /sync response.
    
    Remove  references to 'room_id' to reduce confusion.
    anoadragon453 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7571323 View commit details
    Browse the repository at this point in the history
  2. changelog

    anoadragon453 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    125fe7c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    62009e3 View commit details
    Browse the repository at this point in the history
  2. reword p2

    anoadragon453 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3dccc77 View commit details
    Browse the repository at this point in the history