mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-27 04:17:51 -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;
|
repliesCount: number;
|
||||||
reactionCounts: any;
|
reactionCounts: any;
|
||||||
mentions: mongo.ObjectID[];
|
mentions: mongo.ObjectID[];
|
||||||
|
visibility: 'public' | 'unlisted' | 'private' | 'direct';
|
||||||
geo: {
|
geo: {
|
||||||
coordinates: number[];
|
coordinates: number[];
|
||||||
altitude: number;
|
altitude: number;
|
||||||
|
|
Loading…
Reference in a new issue