update contribs

This commit is contained in:
Mike Macgirvin 2024-02-29 08:54:24 +11:00
parent 2fd0aa07ad
commit 26d82bc269
2 changed files with 10 additions and 4 deletions

View file

@ -42,6 +42,7 @@
48 hubzilla
47 Max Kostikov
47 Manuel Jiménez Friaza
46 (streams)
45 ken restivo
45 Alexandre Hannud Abdo
44 tuscanhobbit
@ -84,6 +85,7 @@
2 U-SOUND\mike
2 tonnerkiller
2 Sergey Lukin
2 Pascal
2 nostupidzone
2 mike
2 Michal Supler
@ -93,12 +95,13 @@
2 jeroen
2 Herbert Thielen
2 einervonvielen
2 dragondaddy
2 allmendenetz
29 habeascodice
29 Einer von Vielen
28 Zvi ben Yaakov (a.k.a rdc)
28 Wave
282 jeroenpraat
2765 Mike Macgirvin
26 Olivier Migeot
268 Tobias Diekershoff
25 phellmes
@ -106,7 +109,6 @@
24 M.Dent
2470 redmatrix
245 zottel
23 (streams)
23 pafcu
234 RedMatrix
22 Chris Case
@ -123,6 +125,7 @@
1 superdragon
1 Stefan Krauth
1 Stanislav Lechev [0xAF]
1 silverpill
1 RedMatrixCanada
1 Razlo
1 Peter Hormanns
@ -139,6 +142,7 @@
1 Manuel Tancoigne
1 maase2
1 Ludovic Grossard
1 Lahusen
1 ike
1 Heiko Förster
1 HappyPony
@ -164,9 +168,10 @@
18 pixelroot
189 fabrixxm
17 Hubzilla
17 dragondaddy
17 Devops
173 tommy tomson
16 Erik Lundin
1668 Mike Macgirvin
15 mjfriaza
15 cvogeley
14 sasiflo
@ -182,3 +187,4 @@
10 fermionic
10 Abinoam P. Marques Jr.
104 Papa Dragon
1

View file

@ -3072,7 +3072,7 @@ class Activity
$item['item_restrict'] = 4; // This is a conversational platform
}
}
if (self::findInContext($act->data['@context'], 'macgirvin/dfrn')) {
if (self::findInContext($act->data['@context'], 'macgirvin/dfrn') && $item['mid'] === $item['parent_mid']) {
$item['item_restrict'] = 4;
}