#1605 pubsub: notification_type setting does not work
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Milestone-0.11
Status-Fixed
Type-Defect
Priority-Medium
Zash
on
In the code, the setting is saved as 'notification_type' but simple_broadcast() in mod_pubsub looks for 'message_type', so the default value of "headline" is always used.
In the code, the setting is saved as 'notification_type' but simple_broadcast() in mod_pubsub looks for 'message_type', so the default value of "headline" is always used.
Fixed in https://hg.prosody.im/0.11/rev/4ae1d485a9c6
Changes