mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 08:45:58 -05:00
a23f3abb9b
The full event content cannot be trusted from this API (as no auth chain, etc.) is processed over federation. Returning the full event content was a bug as MSC2946 specifies that only the stripped state should be returned. This also avoids calculating aggregations / annotations which go unused.