Skip to content

Commit f399f22

Browse files
bnjbvrstefanceriu
authored andcommitted
send queue: remove outdated comment
The future is now, and has been for quite a while, in fact.
1 parent a8b38d2 commit f399f22

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/matrix-sdk/src/send_queue.rs

-6
Original file line numberDiff line numberDiff line change
@@ -572,12 +572,6 @@ struct RoomSendQueueInner {
572572
/// When an event has been sent to the server, it is removed from that queue
573573
/// *after* being sent. That way, we will retry sending upon failure, in
574574
/// 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.
581575
queue: QueueStorage,
582576

583577
/// A notifier that's updated any time common data is touched (stopped or

0 commit comments

Comments
 (0)