mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 11:51:22 +00:00
also allow group admins to pin posts
This commit is contained in:
parent
a98968f204
commit
b4073ce1cf
@ -247,7 +247,7 @@ export default {
|
||||
if (
|
||||
this.resourceType === 'contribution' &&
|
||||
this.resource.group &&
|
||||
this.resource.group.myRole === 'owner' &&
|
||||
(this.resource.group.myRole === 'owner' || this.resource.group.myRole === 'admin') &&
|
||||
(this.canBeGroupPinned || this.resource.groupPinned)
|
||||
) {
|
||||
routes.push({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user