mirror of https://gitlab.com/bashrc2/epicyon
Use flag rather than speaker endpoint
parent
931e5a2080
commit
5fba3faabc
|
@ -431,9 +431,9 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
||||||
if notifyJson:
|
if notifyJson:
|
||||||
if notifyJson.get('followRequests'):
|
if notifyJson.get('followRequests'):
|
||||||
notificationIcons += ' 👤'
|
notificationIcons += ' 👤'
|
||||||
if notifyJson.get('dm'):
|
if newDMs:
|
||||||
notificationIcons += ' 📩'
|
notificationIcons += ' 📩'
|
||||||
if notifyJson.get('reply'):
|
if newReplies:
|
||||||
notificationIcons += ' 📨'
|
notificationIcons += ' 📨'
|
||||||
if notifyJson.get('calendar'):
|
if notifyJson.get('calendar'):
|
||||||
notificationIcons += ' 📅'
|
notificationIcons += ' 📅'
|
||||||
|
|
Loading…
Reference in New Issue