mirror of
https://github.com/matrix-org/dendrite
synced 2025-11-21 23:31:09 +01:00
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>` |
||
|---|---|---|
| .. | ||
| testrig | ||
| wasm | ||
| db.go | ||
| event.go | ||
| http.go | ||
| keyring.go | ||
| keys.go | ||
| memory_federation_db.go | ||
| memory_relay_db.go | ||
| room.go | ||
| slice.go | ||
| user.go | ||