0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-18 08:58:56 +02:00
dendrite/test
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
..
testrig Fix: Edited messages appear twice in fulltext search (#3363) 2024-07-27 22:30:17 +02:00
wasm Bump ws from 7.5.2 to 7.5.10 in /test/wasm (#3388) 2024-07-27 20:48:51 +02:00
db.go Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
event.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
http.go Use PDU not *Event in HeaderedEvent (#3073) 2023-05-02 15:03:16 +01:00
keyring.go bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) 2022-05-17 13:23:35 +01:00
keys.go Pinecone standalone refactoring (#2685) 2022-08-31 10:41:32 +01:00
memory_federation_db.go Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
memory_relay_db.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
room.go Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
slice.go bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) 2022-05-17 13:23:35 +01:00
user.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00