Skip to content

Commit e481d1c

Browse files
committed
Change api sender nickname formatting
1 parent 9be6b38 commit e481d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ika/web/controllers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def handle_message_action(app, payload):
115115
else:
116116
return 'invalid_target'
117117

118-
mask = f'{sender}+{app.slug}!{sender}+{app.slug}@{app.slug}-app.api.ozinger.org'
118+
mask = f'{sender}+!{app.slug}@{app.slug}.apps.api.ozinger.org'
119119

120120
async_to_sync(channel_layer.send)('ika_reverse', {
121121
'type': 'ika.reversed_message',

0 commit comments

Comments
 (0)