[birthday_reminder] Adpat to Gajim changes

This commit is contained in:
lovetox
2022-01-08 14:40:40 +01:00
parent 2da28b4b97
commit 1d834cf9f5

View File

@@ -126,10 +126,10 @@ class BirthDayPlugin(GajimPlugin):
app.ged.raise_event( app.ged.raise_event(
Notification(account=account, Notification(account=account,
jid=jid, jid=jid,
notif_type='reminder', type='reminder',
icon_name='trophy-gold',
title=TITLE, title=TITLE,
text=TEXT % name)) text=TEXT % name,
icon_name='trophy-gold'))
return True return True
@staticmethod @staticmethod