Skip to content
Snippets Groups Projects
Commit fc946f3b authored by David Baker's avatar David Baker
Browse files

Include content in notification pokes

parent 0b168863
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ class HttpPusher(Pusher):
}
if event['type'] == 'm.room.member':
d['notification']['membership'] = event['content']['membership']
if 'content' in event:
d['notification']['content'] = event['content']
if len(ctx['aliases']):
d['notification']['room_alias'] = ctx['aliases'][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment