diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-11-03 01:07:57 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-11-03 01:07:57 +0100 |
commit | 16ca6e63f4fd1b407c826a5574dc20b3f9e71675 (patch) | |
tree | 3dbe065229dc130f0a49134bfeeb35ad11d01958 /matrix-requests-todo | |
parent | 7045953e428076b0f07dc8043a5a1a0ac3d4bec5 (diff) |
Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec with huge server to 3 seconds) and cached fetch to 150ms). Properly show notifications for older messages. Reduce memory usage from 120mb to 13mb
Diffstat (limited to 'matrix-requests-todo')
-rw-r--r-- | matrix-requests-todo/m.room.tombstone.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/matrix-requests-todo/m.room.tombstone.json b/matrix-requests-todo/m.room.tombstone.json new file mode 100644 index 0000000..f67395d --- /dev/null +++ b/matrix-requests-todo/m.room.tombstone.json @@ -0,0 +1,15 @@ +{ + "content": { + "body": "This room has been replaced", + "replacement_room": "!newroom:example.org" + }, + "event_id": "$143273582443PhrSn:example.org", + "origin_server_ts": 1432735824653, + "room_id": "!jEsUZKDJdhlrceRyVU:example.org", + "sender": "@example:example.org", + "state_key": "", + "type": "m.room.tombstone", + "unsigned": { + "age": 1234 + } +}
\ No newline at end of file |