From 010dccaf27903844c3196377b59efcf4dcd6d73f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Feb 2022 19:15:35 +0000 Subject: [PATCH] Return of the slashes --- happening.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/happening.py b/happening.py index e2ad23fb3..1454a8c19 100644 --- a/happening.py +++ b/happening.py @@ -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 # easily deleted 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'] = tag['sender'].replace('#', '/') tag['public'] = public_event