diff options
Diffstat (limited to 'matrix-sync.c')
-rw-r--r-- | matrix-sync.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix-sync.c b/matrix-sync.c index 89926ab..84f8be1 100644 --- a/matrix-sync.c +++ b/matrix-sync.c @@ -159,6 +159,7 @@ static void matrix_sync_room(const gchar *room_id, _parse_room_event_array(conv, timeline_array, FALSE); /* parse the ephemeral events */ + /* (uses the state table to track the state of who is typing and who isn't) */ ephemeral_object = matrix_json_object_get_object_member(room_data, "ephemeral"); ephemeral_array = matrix_json_object_get_array_member(ephemeral_object, "events"); if(ephemeral_array != NULL) |