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/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>`
3 months ago
..
testrig Fix: Edited messages appear twice in fulltext search (#3363) 3 months ago
wasm Bump ws from 7.5.2 to 7.5.10 in /test/wasm (#3388) 3 months ago
db.go Initial Store & Forward Implementation (#2917) 2 years ago
event.go Remove gmsl.HeaderedEvent (#3068) 2 years ago
http.go Use PDU not *Event in HeaderedEvent (#3073) 2 years ago
keyring.go bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) 3 years ago
keys.go Pinecone standalone refactoring (#2685) 2 years ago
memory_federation_db.go Remove gmsl.HeaderedEvent (#3068) 2 years ago
memory_relay_db.go refactor: update GMSL (#3058) 2 years ago
room.go Merge SenderID & Per Room User Key work (#3109) 1 year ago
slice.go bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) 3 years ago
user.go refactor: update GMSL (#3058) 2 years ago