Replying to a dm

merge-requests/30/head
Bob Mottram 2022-09-21 20:58:08 +01:00
parent 6e93e9ee4a
commit 4e49a98857
1 changed files with 1 additions and 0 deletions

View File

@ -17787,6 +17787,7 @@ class PubServer(BaseHTTPRequestHandler):
ment.replace('sharedesc:', '').strip() ment.replace('sharedesc:', '').strip()
share_description = \ share_description = \
share_description.replace('_', ' ') share_description.replace('_', ' ')
in_reply_to_url = mentions_list[0]
else: else:
# single parameter # single parameter
if in_reply_to_url.startswith('mention='): if in_reply_to_url.startswith('mention='):