1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-02-16 03:42:32 +03:00
conduit/src
Guillem Nieto 8f06d0258a
Remove is_direct flag from Join event
When I was investigating the DM issue, I found that join event contained
the `is_direct` flag. According to the spec, this flag should only be
set on "invite" events, but not on join.

Other homeservers do not have this flag on join.
2020-06-26 15:16:15 +02:00
..
database feat: cross-signing 2020-06-26 15:16:15 +02:00
client_server.rs Remove is_direct flag from Join event 2020-06-26 15:16:15 +02:00
database.rs feat: cross-signing 2020-06-26 15:16:15 +02:00
error.rs improvement: log bad database errors automatically 2020-06-11 14:58:44 +02:00
main.rs feat: cross-signing 2020-06-26 15:16:15 +02:00
pdu.rs improvement: better default push rules 2020-06-16 23:25:14 +02:00
push_rules.rs feat: cross-signing 2020-06-26 15:16:15 +02:00
ruma_wrapper.rs improvement: log bad database errors automatically 2020-06-11 14:58:44 +02:00
server_server.rs Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00
stateres.rs work 2020-04-29 10:27:31 +02:00
utils.rs refactor: better error handling 2020-06-11 13:14:35 +02:00