show contact name for status messages

This commit is contained in:
normen
2020-11-26 18:53:22 +01:00
parent a20b4e3592
commit a86aa3eec3
3 changed files with 7 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import (
"gitlab.com/tslocum/cbind"
)
var VERSION string = "v0.9.6"
var VERSION string = "v0.9.7"
var sndTxt string = ""
var currentReceiver messages.Contact = messages.Contact{}