Fix AttributeError
('str'
object has no attribute 'room_id'
) in react_to_event
#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When
_cb_decryption_fail
callsreact_to_event
:The
react_to_event
method expects theroom
parameter to be an object, but_cb_decryption_fail
passes a string instead.This was also opened as ops/meta#1, fixed half of it.