refactor: ♻️ Move Groups to an extension

This commit is contained in:
Jesse Wierzbinski 2024-12-11 12:27:08 +01:00
parent 46297d538c
commit fe451d018c
No known key found for this signature in database
6 changed files with 38 additions and 14 deletions

View file

@ -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>