remove vertical tab insert in mentions issue #36

This commit is contained in:
Morgan McMillian 2019-01-08 22:01:00 -08:00
parent d18f35b6e2
commit c9be0256e4

View file

@ -130,7 +130,6 @@ def new_message(event, user):
else:
token = app.config['MATRIX_PNUT_TOKEN']
prefix = "[" + get_displayname(event['user_id']) + "] (" + event['user_id'] + ")\n"
prefix = prefix.replace('@', '@\v')
pnutpy.api.add_authorization_token(token)
text = None