diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2018-11-16 05:47:29 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-16 05:47:29 +0900 |
| commit | bceb02d760f53877f0f677144bc468ffbc4e66f2 (patch) | |
| tree | cc12d9836b81deecead9417c8fd6df635784fefd /src/docs/api/entities/note.yaml | |
| parent | [Client] Add missing icon (diff) | |
| download | sharkey-bceb02d760f53877f0f677144bc468ffbc4e66f2.tar.gz sharkey-bceb02d760f53877f0f677144bc468ffbc4e66f2.tar.bz2 sharkey-bceb02d760f53877f0f677144bc468ffbc4e66f2.zip | |
local only visibility (#3254)
* local only visibility
* fix UI
Diffstat (limited to 'src/docs/api/entities/note.yaml')
| -rw-r--r-- | src/docs/api/entities/note.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/docs/api/entities/note.yaml b/src/docs/api/entities/note.yaml index 6654be2b02..89846a56c7 100644 --- a/src/docs/api/entities/note.yaml +++ b/src/docs/api/entities/note.yaml @@ -26,6 +26,13 @@ props: ja-JP: "モバイル端末から投稿したか否か(自己申告であることに留意)" en-US: "Whether this note sent via a mobile device" + localOnly: + type: "boolean" + optional: true + desc: + ja-JP: "ローカルのみに公開する投稿か否か" + en-US: "Whether this note is no federation" + text: type: "string" optional: true |