@lnicola commented on this pull request.
In src/modules/presence_mwi/add_events.c:
> @@ -124,7 +134,7 @@ int mwi_add_events(void) event.content_type.s = "application/simple-message-summary"; event.content_type.len = 34; - event.default_expires= 3600; + event.default_expires= pres_default_expires;⬇️ Suggested change
- event.default_expires= pres_default_expires; + event.default_expires = pres_default_expires;
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.