From ba56c9f408571f92bb67dc8a7a61d4a2d8c538fb Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 12 Jan 2023 23:51:22 +0100 Subject: There was always supposed to be a failed state for events --- src/timeline/TimelineModel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/timeline/TimelineModel.h') diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h index cb8aa380..0bf29dc1 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h @@ -149,6 +149,8 @@ enum EventState Read, //! The client sent the message. Not yet received. Sent, + //! The client sent the message, but it failed. + Failed, //! When the message is loaded from cache or backfill. Empty, }; -- cgit 1.5.1