mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Remove room ID from m.typing client events
Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
parent
badd360fe6
commit
ad4f69a81c
|
|
@ -284,8 +284,7 @@ func (d *SyncServerDatasource) addTypingDeltaToResponse(
|
|||
roomID, since,
|
||||
); updated {
|
||||
ev := gomatrixserverlib.ClientEvent{
|
||||
Type: gomatrixserverlib.MTyping,
|
||||
RoomID: roomID,
|
||||
Type: gomatrixserverlib.MTyping,
|
||||
}
|
||||
ev.Content, err = json.Marshal(map[string]interface{}{
|
||||
"user_ids": typingUsers,
|
||||
|
|
|
|||
Loading…
Reference in a new issue