diff options
author | Mario <mario@mariovavti.com> | 2021-03-05 08:15:41 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-05 08:15:41 +0000 |
commit | 1da494a2a5108eaf07821d30cea23564ceaa9506 (patch) | |
tree | 3b681c716940b10092a0fc714ae67d3abefa62e0 /CHANGELOG | |
parent | 31da1362de135c19caea24a3ba2734651b9f2c13 (diff) | |
download | volse-hubzilla-1da494a2a5108eaf07821d30cea23564ceaa9506.tar.gz volse-hubzilla-1da494a2a5108eaf07821d30cea23564ceaa9506.tar.bz2 volse-hubzilla-1da494a2a5108eaf07821d30cea23564ceaa9506.zip |
sse_bs: if Enotify::format() returns an empty array do not add it to notifications (the item has probably been blocked)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ Hubzilla 5.4 (2021-03-xx) - group_add() return group hash to save a lookup - Do not poll feeds if feed contacts setting is disabled - Deprecate sticky_kit library in favor of CSS position sticky solution + - Trigger endless scroll loading at the end of content instead of end of window height - Implement experimental zap export compatibility - Deprecate the [summary] tag in favor of a separate input field for the summary - Adjust error reporting for PHP8 @@ -14,7 +15,7 @@ Hubzilla 5.4 (2021-03-xx) - Introduce fetch_provider hook - Implement ActivityStreams discovery in mod profile - Implement ActivityStreams discovery in mod channel - - Update OS folder and file permissions + - Streamline OS folder and file permissions - Implement ThreadListener in mod activity_match - Improve ThreadListener handling - Use mail envelope instead of lock icon for direct messages |