From 16ca6e63f4fd1b407c826a5574dc20b3f9e71675 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 3 Nov 2020 01:07:57 +0100 Subject: 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 --- matrix-requests-todo/m.room.tombstone.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 matrix-requests-todo/m.room.tombstone.json (limited to 'matrix-requests-todo') 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 -- cgit v1.2.3