mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +01:00
Enforce expected ordering when scheduling text and media messages.
This commit is contained in:
committed by
Nicholas Tinsley
parent
d33aa247db
commit
56a44ae65c
@@ -158,6 +158,10 @@ public class RecipientId implements Parcelable, Comparable<RecipientId>, Databas
|
||||
return "RecipientId::" + id + (forMedia ? "::MEDIA" : "");
|
||||
}
|
||||
|
||||
public @NonNull String toScheduledSendQueueKey() {
|
||||
return "RecipientId::" + id + "::SCHEDULED";
|
||||
}
|
||||
|
||||
@Override
|
||||
public @NonNull String toString() {
|
||||
return "RecipientId::" + id;
|
||||
|
||||
Reference in New Issue
Block a user