Add Group and Organization to validActor (#5784)
This commit is contained in:
parent
4845770880
commit
23f262c2e4
@ -99,7 +99,7 @@ interface IQuestionChoice {
|
|||||||
_misskey_votes?: number;
|
_misskey_votes?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const validActor = ['Person', 'Service'];
|
export const validActor = ['Person', 'Service', 'Group', 'Organization'];
|
||||||
|
|
||||||
export interface IPerson extends IObject {
|
export interface IPerson extends IObject {
|
||||||
type: 'Person';
|
type: 'Person';
|
||||||
|
Loading…
Reference in New Issue
Block a user