forked from st3fan/dovecot-xaps-plugin
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Compiled this on bleeding edge Dovecot from their git and it looks like there has been a change to push_notification_event_init that now needs four fields instead of three:
void push_notification_event_init(struct push_notification_driver_txn *dtxn,
const char *event_name, void *config,
struct event *log_event)
I tried digging through their examples but couldn't quite make sense of the *log_event but I added NULL for the last field and it built and appears to be functioning:
push_notification_event_init(dtxn, (*event)->name, NULL, NULL);
Hope this helps in the future
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels