0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-30 10:18:20 +02:00
dendrite/roomserver/api
Neil Alexander 67de4dbd0c
Don't send adds_state_events in roomserver output events anymore (#2258)
* Don't send `adds_state_events` in roomserver output events anymore

* Set `omitempty` on some output fields that aren't always set

* Add `AddsState` helper function

* No-op if no added state event IDs

* Revert "No-op if no added state event IDs"

This reverts commit 71a0ef3df1.

* Revert "Add `AddsState` helper function"

This reverts commit c9fbe45475.
2022-03-07 17:17:16 +00:00
..
alias.go Add canonical alias support (#2236) 2022-03-07 10:37:04 +01:00
alias_test.go Add canonical alias support (#2236) 2022-03-07 10:37:04 +01:00
api.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
api_trace.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
input.go Improve roomserver logging 2022-01-31 15:33:00 +00:00
output.go Don't send adds_state_events in roomserver output events anymore (#2258) 2022-03-07 17:17:16 +00:00
perform.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
query.go MSC2946: Spaces Summary (round 2) (#2232) 2022-03-01 13:40:07 +00:00
wrapper.go Update Events call-sites which now don't return an error, update parsedRespState to sort (#2227) 2022-02-28 14:51:40 +00:00