mirror of https://gitlab.com/bashrc2/epicyon
Replying to a dm
parent
6e93e9ee4a
commit
4e49a98857
|
@ -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='):
|
||||||
|
|
Loading…
Reference in New Issue