mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-12 11:12:19 -04:00
reconciliation work
This commit is contained in:
parent
c9525bde77
commit
490051a650
12 changed files with 457 additions and 196 deletions
|
@ -23,4 +23,7 @@ extension MessageExt on proto.Message {
|
|||
}
|
||||
|
||||
String get uniqueIdString => base64UrlNoPadEncode(uniqueIdBytes);
|
||||
|
||||
static int compareTimestamp(proto.Message a, proto.Message b) =>
|
||||
a.timestamp.compareTo(b.timestamp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue