Don't make message sending failures fatal.
This commit is contained in:
parent
1029ce5c1b
commit
e4f042a6a7
1 changed files with 1 additions and 1 deletions
|
@ -140,6 +140,6 @@ class MatrixSendEvent(MatrixEvent):
|
|||
return MatrixErrorEvent.from_dict(
|
||||
server,
|
||||
"Error sending message",
|
||||
True,
|
||||
False,
|
||||
parsed_dict
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue