fix: don't show notifications for sent messages

This commit is contained in:
andrekir 2024-04-30 19:51:00 -03:00
parent 2ee1adb4b5
commit 4203b28a45

View file

@ -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",