Filter private info from public shares
This commit is contained in:
@@ -32,7 +32,6 @@ class Document extends BaseModel {
|
||||
id: string;
|
||||
team: string;
|
||||
emoji: string;
|
||||
private: boolean = false;
|
||||
starred: boolean = false;
|
||||
pinned: boolean = false;
|
||||
text: string = '';
|
||||
|
||||
Reference in New Issue
Block a user