Allow to manage instance relays
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -11,6 +11,7 @@ enum Entities {
|
||||
GROUP_TAGS = 'GroupTags',
|
||||
PATRON_USERS = 'PatronUsers',
|
||||
RELATIONSHIPS = 'Relationships',
|
||||
RELAYS = 'Relays',
|
||||
STATUSES = 'Statuses'
|
||||
}
|
||||
|
||||
@ -24,6 +25,7 @@ interface EntityTypes {
|
||||
[Entities.GROUP_TAGS]: Schemas.GroupTag;
|
||||
[Entities.PATRON_USERS]: Schemas.PatronUser;
|
||||
[Entities.RELATIONSHIPS]: Schemas.Relationship;
|
||||
[Entities.RELAYS]: Schemas.Relay;
|
||||
[Entities.STATUSES]: Schemas.Status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user