mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 00:48:05 +00:00
reduce recipient peer quantity to 1 to mark messages as sent
This commit is contained in:
parent
b1756fa103
commit
8d1c23d65e
@ -277,7 +277,7 @@ function setPostInfoSent(n, k, item) {
|
||||
if( n === defaultScreenName && k >= 0 ) {
|
||||
getPostMaxAvailability(n,k,
|
||||
function(args,count) {
|
||||
if( count >= 3 ) { // assume 3 peers (me + 2) is enough for "sent"
|
||||
if( count >= 2 ) { // assume 2 peers (me + 1) is enough for "sent"
|
||||
args.item.text("\u2713"); // check mark
|
||||
} else {
|
||||
args.item.text("\u231B"); // hour glass
|
||||
|
Loading…
Reference in New Issue
Block a user