Access to the following list for dms

main
Bob Mottram 2020-06-28 21:47:13 +01:00
parent a7dc83813c
commit 642429cd47
1 changed files with 10 additions and 1 deletions

View File

@ -2063,7 +2063,16 @@ def htmlNewPost(mediaInstance: bool, translate: {},
'src="/emoji/1F601.png" title="' + \
translate['Search for emoji'] + '" alt="' + \
translate['Search for emoji'] + '"/></a></td>\n'
newPostForm += ' </tr></table>\n'
newPostForm += ' </tr>\n'
if endpoint == 'newdm':
newPostForm += '<tr>' \
'<td><a href="/users/' + nickname + \
'/followingaccounts"><label class="labels">' + \
translate['Following'] + '</label></a>' \
'</td><td></td></tr>\n'
newpostForm += '</table>\n'
newPostForm += ' </div>\n'
newPostForm += ' <div class="container"><center>\n'
newPostForm += \