mirror of https://gitlab.com/bashrc2/epicyon
Check if like was sent
parent
fe57220191
commit
203e428a74
|
@ -637,6 +637,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
actor + '/followers#buttonheader')
|
actor + '/followers#buttonheader')
|
||||||
prevFollow = speakerJson['notify']['followRequests']
|
prevFollow = speakerJson['notify']['followRequests']
|
||||||
elif speakerJson['notify']['likedBy'] != prevLike:
|
elif speakerJson['notify']['likedBy'] != prevLike:
|
||||||
|
if '##sent##' not in speakerJson['notify']['likedBy']:
|
||||||
if notificationSounds:
|
if notificationSounds:
|
||||||
_playNotificationSound(soundsDir + '/' +
|
_playNotificationSound(soundsDir + '/' +
|
||||||
likeSoundFilename, player)
|
likeSoundFilename, player)
|
||||||
|
|
Loading…
Reference in New Issue