You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add mx_send_event() and mx_set_state() generic senders (#13)
mx_send hardcodes m.room.message and mx_react hardcodes m.reaction, with
no way to send other event types. Add mx_send_event() (arbitrary room
event, e.g. m.room.encrypted for E2EE) and mx_set_state() (arbitrary
state event, e.g. m.room.encryption). Both thin PUTs mirroring mx_send.
Needed by mx.client's end-to-end encryption transport.
0 commit comments