From bceb02d760f53877f0f677144bc468ffbc4e66f2 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Fri, 16 Nov 2018 05:47:29 +0900 Subject: local only visibility (#3254) * local only visibility * fix UI --- src/models/note.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/models/note.ts') diff --git a/src/models/note.ts b/src/models/note.ts index 516045225c..717960bb23 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -50,6 +50,7 @@ export type INote = { userId: mongo.ObjectID; appId: mongo.ObjectID; viaMobile: boolean; + localOnly: boolean; renoteCount: number; repliesCount: number; reactionCounts: any; -- cgit v1.2.3-freya