forked from GNUsocial/gnu-social
Fix for group timeline feeds by name
This commit is contained in:
parent
08c17bfcaa
commit
b573c5e260
@ -1248,7 +1248,7 @@ class ApiAction extends Action
|
|||||||
if (empty($local)) {
|
if (empty($local)) {
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
return User_group::staticGet('id', $local->id);
|
return User_group::staticGet('id', $local->group_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user