continuwuity/src/service/rooms
Jade Ellis 46b1eeb2c8
feat: Allow retrieving redacted message content (msc2815)
Still to do:
- Handling the difference between content that we have deleted and
content we never received
- Deleting the original content on command or expiry

Another question is if we have to store the full original content?
Can we get by with just storing the 'content' field?
2025-06-14 19:40:43 +01:00
..
alias run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
auth_chain run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
directory run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
event_handler Eliminate associated Id type from trait Event. 2025-05-21 11:36:15 +01:00
lazy_loading run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
metadata run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
outlier move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
pdu_metadata run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
read_receipt move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
search run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
short move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
spaces chore: Fix typos across the codebase 2025-05-06 20:51:12 +01:00
state reorg PduEvent strip tools and callsites 2025-03-30 23:00:37 +00:00
state_accessor simplify space join rules related 2025-04-05 22:12:33 +00:00
state_cache leave room locally if room is banned, rescind knocks on deactivation too 2025-04-03 12:21:16 -04:00
state_compressor make service memory_usage()/clear_cache() async trait 2025-03-26 01:33:41 +00:00
threads move core::pdu and core::state_res into core::matrix:: 2025-04-05 02:44:46 +00:00
timeline feat: Allow retrieving redacted message content (msc2815) 2025-06-14 19:40:43 +01:00
typing run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
user run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
mod.rs de-global services for services 2024-07-27 08:26:42 +00:00