Don't make message sending failures fatal.

This commit is contained in:
poljar (Damir Jelić) 2018-02-14 11:33:28 +01:00
parent 1029ce5c1b
commit e4f042a6a7

View file

@ -140,6 +140,6 @@ class MatrixSendEvent(MatrixEvent):
return MatrixErrorEvent.from_dict(
server,
"Error sending message",
True,
False,
parsed_dict
)