You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-19 16:42:09 +03:00
Mark events which fail to send.
This commit is contained in:
@@ -12,11 +12,10 @@
|
||||
* @enum {string}
|
||||
*/
|
||||
module.exports.EventStatus = {
|
||||
UNKNOWN: "unknown",
|
||||
SENT: "sent",
|
||||
/** The event was not sent and will no longer be retried. */
|
||||
NOT_SENT: "not_sent",
|
||||
SENDING: "sending",
|
||||
INCOMING: "incoming"
|
||||
/** The event is in the process of being sent. */
|
||||
SENDING: "sending"
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user