You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>`
3 months ago
..
clientapi.go Update gmsl to use new validated RoomID on PDUs (#3200) 1 year ago
keychange.go Merge keyserver & userapi (#2972) 2 years ago
presence.go refactor: update GMSL (#3058) 2 years ago
receipts.go refactor: update GMSL (#3058) 2 years ago
roomserver.go Fix: Edited messages appear twice in fulltext search (#3363) 3 months ago
sendtodevice.go refactor: update GMSL (#3058) 2 years ago
typing.go Transactional isolation for `/sync` (#2745) 2 years ago
userapi.go Transactional isolation for `/sync` (#2745) 2 years ago