aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse_bs.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-09-04 08:30:04 +0000
committerMario <mario@mariovavti.com>2021-09-04 08:30:04 +0000
commit793881b9f96d1c6879790a582240944a18bd724e (patch)
tree33feb06c0f81263057af83e54496e00363ad3acb /Zotlabs/Module/Sse_bs.php
parent529824d010cf88c409d5ce894b72060caccae580 (diff)
downloadvolse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.tar.gz
volse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.tar.bz2
volse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.zip
more gen_link_id()
Diffstat (limited to 'Zotlabs/Module/Sse_bs.php')
-rw-r--r--Zotlabs/Module/Sse_bs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sse_bs.php b/Zotlabs/Module/Sse_bs.php
index 388a9ba4d..b445b235d 100644
--- a/Zotlabs/Module/Sse_bs.php
+++ b/Zotlabs/Module/Sse_bs.php
@@ -560,7 +560,7 @@ class Sse_bs extends Controller {
$b64mids = [];
foreach($mids as $mid)
- $b64mids[] = 'b64.' . base64url_encode($mid);
+ $b64mids[] = gen_link_id($mid);
$forums[$x]['notify_link'] = z_root() . '/network/?f=&pf=1&unseen=1&cid=' . $forums[$x]['abook_id'];
$forums[$x]['name'] = $forums[$x]['xchan_name'];