remove vertical tab insert in mentions issue #36
This commit is contained in:
parent
d18f35b6e2
commit
c9be0256e4
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ def new_message(event, user):
|
||||||
else:
|
else:
|
||||||
token = app.config['MATRIX_PNUT_TOKEN']
|
token = app.config['MATRIX_PNUT_TOKEN']
|
||||||
prefix = "[" + get_displayname(event['user_id']) + "] (" + event['user_id'] + ")\n"
|
prefix = "[" + get_displayname(event['user_id']) + "] (" + event['user_id'] + ")\n"
|
||||||
prefix = prefix.replace('@', '@\v')
|
|
||||||
|
|
||||||
pnutpy.api.add_authorization_token(token)
|
pnutpy.api.add_authorization_token(token)
|
||||||
text = None
|
text = None
|
||||||
|
|
Loading…
Reference in a new issue