fix: don't show notifications for sent messages

pull/1012/head
andrekir 2024-04-30 19:51:00 -03:00
rodzic 2ee1adb4b5
commit 4203b28a45
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1751,7 +1751,7 @@ class MeshService : Service(), Logging {
serviceBroadcasts.broadcastMessageStatus(p)
// Keep a record of DataPackets, so GUIs can show proper chat history
rememberDataPacket(p)
rememberDataPacket(p, false)
GeeksvilleApplication.analytics.track(
"data_send",