mirror of https://gitlab.com/bashrc2/epicyon
Check that notes belong to the viewer
parent
0dbd048a15
commit
8124a7cdc6
|
@ -351,6 +351,7 @@ def htmlPersonOptions(defaultTimeline: str,
|
||||||
translate['Info'] + '</button>\n'
|
translate['Info'] + '</button>\n'
|
||||||
|
|
||||||
personNotes = ''
|
personNotes = ''
|
||||||
|
if originPathStr.startswith('/' + nickname + '/'):
|
||||||
personNotesFilename = \
|
personNotesFilename = \
|
||||||
baseDir + '/accounts/' + nickname + '@' + domain + \
|
baseDir + '/accounts/' + nickname + '@' + domain + \
|
||||||
'/notes/' + handle + '.txt'
|
'/notes/' + handle + '.txt'
|
||||||
|
|
Loading…
Reference in New Issue