mirror of https://gitlab.com/bashrc2/epicyon
New report ending
parent
b2bfb1b11d
commit
a01a94b5ae
|
@ -547,7 +547,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str:
|
||||||
reportUrl=None
|
reportUrl=None
|
||||||
if '/newreport?' in path:
|
if '/newreport?' in path:
|
||||||
reportUrl=path.split('/newreport?')[1]
|
reportUrl=path.split('/newreport?')[1]
|
||||||
path=path.split('/newreport?')[0]
|
path=path.split('/newreport?')[0]+'/newreport'
|
||||||
replyStr=''
|
replyStr=''
|
||||||
if not path.endswith('/newshare'):
|
if not path.endswith('/newshare'):
|
||||||
if not path.endswith('/newreport'):
|
if not path.endswith('/newreport'):
|
||||||
|
|
Loading…
Reference in New Issue