We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b38d2 commit f399f22Copy full SHA for f399f22
crates/matrix-sdk/src/send_queue.rs
@@ -572,12 +572,6 @@ struct RoomSendQueueInner {
572
/// When an event has been sent to the server, it is removed from that queue
573
/// *after* being sent. That way, we will retry sending upon failure, in
574
/// the same order events have been inserted in the first place.
575
- ///
576
- /// In the future, this will be replaced by a database, and this field may
577
- /// be removed. Instead of appending to that queue / updating its
578
- /// content / deleting entries, all that will be required will be to
579
- /// manipulate the on-disk storage. In other words, the storage will become
580
- /// the one source of truth.
581
queue: QueueStorage,
582
583
/// A notifier that's updated any time common data is touched (stopped or
0 commit comments