mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Add Group and Organization to validActor (#5784)
This commit is contained in:
parent
973dd0f68b
commit
c17bb905fd
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ interface IQuestionChoice {
|
|||
_misskey_votes?: number;
|
||||
}
|
||||
|
||||
export const validActor = ['Person', 'Service'];
|
||||
export const validActor = ['Person', 'Service', 'Group', 'Organization'];
|
||||
|
||||
export interface IPerson extends IObject {
|
||||
type: 'Person';
|
||||
|
|
Loading…
Reference in a new issue