mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-23 17:55:46 -04:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2cfe481df | ||
|
|
3a56fb6ec6 | ||
|
|
61950decb3 | ||
|
|
1a614ea023 | ||
|
|
a83b6a5e63 |
@@ -1,3 +1,8 @@
|
||||
Hubzilla 8.4.1 (2023-05-20)
|
||||
- Fix issue where accepting AP contacts would reset send stream permission
|
||||
- Fix link to release page in upgrade info addon
|
||||
|
||||
|
||||
Hubzilla 8.4 (2023-05-17)
|
||||
- Slightly rewrite Activity::store() to save a query
|
||||
- Use act->objprop() in decode_note() to get activity values
|
||||
|
||||
@@ -1368,7 +1368,7 @@ class Activity {
|
||||
|
||||
foreach ($their_perms as $k => $v) {
|
||||
if(in_array($k, ['send_stream', 'post_wall'])) {
|
||||
$v = 0; // Those will be set once we accept their follow request
|
||||
continue; // Those will be set once we accept their follow request
|
||||
}
|
||||
set_abconfig($channel['channel_id'], $contact['abook_xchan'], 'their_perms', $k, $v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user