mirror of https://gitlab.com/bashrc2/epicyon
Return of the slashes
parent
60ded3b832
commit
010dccaf27
|
@ -240,7 +240,7 @@ def get_todays_events(base_dir: str, nickname: str, domain: str,
|
||||||
# link to the id so that the event can be
|
# link to the id so that the event can be
|
||||||
# easily deleted
|
# easily deleted
|
||||||
tag['post_id'] = post_id.split('#statuses#')[1]
|
tag['post_id'] = post_id.split('#statuses#')[1]
|
||||||
tag['id'] = post_id
|
tag['id'] = post_id.replace('#', '/')
|
||||||
tag['sender'] = post_id.split('#statuses#')[0]
|
tag['sender'] = post_id.split('#statuses#')[0]
|
||||||
tag['sender'] = tag['sender'].replace('#', '/')
|
tag['sender'] = tag['sender'].replace('#', '/')
|
||||||
tag['public'] = public_event
|
tag['public'] = public_event
|
||||||
|
|
Loading…
Reference in New Issue