mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
Add visibility property
This commit is contained in:
parent
68f8be1656
commit
39662b0e01
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ export type IPost = {
|
|||
repliesCount: number;
|
||||
reactionCounts: any;
|
||||
mentions: mongo.ObjectID[];
|
||||
visibility: 'public' | 'unlisted' | 'private' | 'direct';
|
||||
geo: {
|
||||
coordinates: number[];
|
||||
altitude: number;
|
||||
|
|
Loading…
Reference in a new issue