Add emoji

main
Bob Mottram 2020-06-28 22:03:57 +01:00
parent 99ff8643b9
commit 60febb62e1
1 changed files with 1 additions and 1 deletions

View File

@ -2094,7 +2094,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
newPostForm += \
' <a href="/users/' + nickname + \
'/followingaccounts"><label class="labels">' + \
translate['Send to'] + ':' + '</label></a><br>'
translate['Send to'] + ':' + '</label>📄</a><br>'
newPostForm += \
' <input type="text" name="mentions" value="' + \
mentionsStr + '" selected>'