chore: disable setting memo visibility when creating

This commit is contained in:
Steven
2022-08-20 21:22:36 +08:00
parent 05a5c59a7e
commit 3b1bb4a95d
4 changed files with 12 additions and 15 deletions

View File

@@ -17,7 +17,6 @@ interface Memo {
interface MemoCreate {
content: string;
visibility?: Visibility;
createdTs?: TimeStamp;
}