matrix-rust-sdk/matrix_sdk_base/src
Denis Kasak 7751605e37 Nix RoomMember::update_member and tracking membership.
After discussing with poljar, we concluded we don't actually need to
tracking membership state, since we won't be tracking users that
left (banned, kicked, disinvited).

The only thing we need to keep track of is the difference between joined
and invited users which will be dealt with in a separate commit.
2020-06-10 16:36:51 +02:00
..
event_emitter Merge branch 'unify-ee-methods' 2020-06-02 10:30:20 +02:00
models Nix RoomMember::update_member and tracking membership. 2020-06-10 16:36:51 +02:00
state Rename display_names -> disambiguated_display_names. 2020-06-09 15:20:21 +02:00
client.rs Merge branch 'unify-ee-methods' 2020-06-02 10:30:20 +02:00
error.rs state_store: move room file when room state changes, test room_state_change method, doc edits 2020-05-18 16:26:27 -04:00
lib.rs event_emitter: use enum to represent custom events and raw json 2020-06-01 17:02:12 -04:00
session.rs matrix-sdk: Move the bulk of the sdk into a separate base crate. 2020-05-07 14:58:38 +02:00