committed by
Aya Morisawa
parent
3a035c481e
commit
68ee9a008e
@ -52,11 +52,11 @@ export type INote = {
|
||||
repliesCount: number;
|
||||
reactionCounts: any;
|
||||
mentions: mongo.ObjectID[];
|
||||
mentionedRemoteUsers: Array<{
|
||||
mentionedRemoteUsers: {
|
||||
uri: string;
|
||||
username: string;
|
||||
host: string;
|
||||
}>;
|
||||
}[];
|
||||
|
||||
/**
|
||||
* public ... 公開
|
||||
|
Reference in New Issue
Block a user