dendrite/syncapi/consumers
Alex 9897959731
Fix: Edited messages appear twice in fulltext search (#3363)
As stated in https://github.com/matrix-org/dendrite/issues/3358 the
search response contains both original and edited message.
This PR fixes it by removing of the original message from the fulltext
index after indexing the edit message event.
I also made some cosmetic changes/fixes i found in the code

Signed-off-by: `Alexander Dubovikov <d.lexand@gmail.com>`
2024-07-27 22:30:17 +02:00
..
clientapi.go Update gmsl to use new validated RoomID on PDUs (#3200) 2023-09-15 14:39:06 +00:00
keychange.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
presence.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
receipts.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
roomserver.go Fix: Edited messages appear twice in fulltext search (#3363) 2024-07-27 22:30:17 +02:00
sendtodevice.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
typing.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
userapi.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00