mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
refactor: ♻️ Move Groups to an extension
This commit is contained in:
parent
46297d538c
commit
fe451d018c
6 changed files with 38 additions and 14 deletions
|
|
@ -66,7 +66,7 @@ The entity defined in this document must be inserted in the `pub.versia:interact
|
|||
- `followers`: Includes every follower of the author.
|
||||
- `following`: Includes every User that the author follows.
|
||||
- `mutuals`: Includes every mutual of the author (that is, every User that is both a follower and followed by the author).
|
||||
- `group`: Includes every User in the [Group](/entities/group) that this Note was posted to, if any. If Note is not posted to a [Group](/entities/group), this value has no effect.
|
||||
- `group`: Includes every User in the [Group](/extensions/groups) that this Note was posted to, if any. If Note is not posted to a [Group](/extensions/groups), this value has no effect.
|
||||
|
||||
Permission groups are evaluated from highest to lowest priority: if two groups conflict each other, the group with the highest priority must be used.
|
||||
</Property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue