mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of gitlab.com:bashrc2/epicyon
commit
2059bf24bc
|
@ -216,7 +216,7 @@ function notifications {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# send notifications for emoji reactions to XMPP/email users
|
# send notifications for emoji reactions to XMPP/email users
|
||||||
epicyonLikeFile="$epicyonDir/.newReaction"
|
epicyonReactionFile="$epicyonDir/.newReaction"
|
||||||
if [ -f "$epicyonReactionFile" ]; then
|
if [ -f "$epicyonReactionFile" ]; then
|
||||||
if ! grep -q "##sent##" "$epicyonReactionFile"; then
|
if ! grep -q "##sent##" "$epicyonReactionFile"; then
|
||||||
epicyonReactionMessage=$(notification_translate_text 'Reaction by')
|
epicyonReactionMessage=$(notification_translate_text 'Reaction by')
|
||||||
|
|
Loading…
Reference in New Issue