mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33: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
|
|
@ -285,7 +285,6 @@ func (d *SyncServerDatasource) addTypingDeltaToResponse(
|
||||||
); updated {
|
); updated {
|
||||||
ev := gomatrixserverlib.ClientEvent{
|
ev := gomatrixserverlib.ClientEvent{
|
||||||
Type: gomatrixserverlib.MTyping,
|
Type: gomatrixserverlib.MTyping,
|
||||||
RoomID: roomID,
|
|
||||||
}
|
}
|
||||||
ev.Content, err = json.Marshal(map[string]interface{}{
|
ev.Content, err = json.Marshal(map[string]interface{}{
|
||||||
"user_ids": typingUsers,
|
"user_ids": typingUsers,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue