mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Show who relayed messages (#1486)
* Add identification for node that relayed text messages and add count for ammount of relayers of your message * Ack Relays
This commit is contained in:
parent
3f27e3b925
commit
7668a7a7ae
5 changed files with 100 additions and 14 deletions
|
|
@ -28480,6 +28480,7 @@
|
|||
}
|
||||
},
|
||||
"Received Ack" : {
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
|
|
@ -28542,8 +28543,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Received Ack: %@" : {
|
||||
|
||||
},
|
||||
"Recipient Ack" : {
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
|
|
@ -28606,6 +28611,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Recipient Ack: %@" : {
|
||||
|
||||
},
|
||||
"Recording route" : {
|
||||
"localizations" : {
|
||||
|
|
@ -28789,6 +28797,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Relayed by %d %@" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "new",
|
||||
"value" : "Relayed by %1$d %2$@"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Release Notes" : {
|
||||
"localizations" : {
|
||||
"it" : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue