mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:23:08 +02:00
parent
9e716fd813
commit
565c502bbf
2 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
||||||
- Fix: 無効化されたアンテナにアクセスがあった際に再度有効化するように
|
- Fix: 無効化されたアンテナにアクセスがあった際に再度有効化するように
|
||||||
- Fix: お知らせの画像URLを空にできない問題を修正
|
- Fix: お知らせの画像URLを空にできない問題を修正
|
||||||
- Fix: i/notificationsのsinceIdが機能しない問題を修正
|
- Fix: i/notificationsのsinceIdが機能しない問題を修正
|
||||||
|
- Fix: pageのピン留めを解除することができない問題を修正
|
||||||
|
|
||||||
## 13.12.2
|
## 13.12.2
|
||||||
|
|
||||||
|
|
|
@ -146,7 +146,7 @@ export const paramDef = {
|
||||||
alwaysMarkNsfw: { type: 'boolean' },
|
alwaysMarkNsfw: { type: 'boolean' },
|
||||||
autoSensitive: { type: 'boolean' },
|
autoSensitive: { type: 'boolean' },
|
||||||
ffVisibility: { type: 'string', enum: ['public', 'followers', 'private'] },
|
ffVisibility: { type: 'string', enum: ['public', 'followers', 'private'] },
|
||||||
pinnedPageId: { type: 'string', format: 'misskey:id' },
|
pinnedPageId: { type: 'string', format: 'misskey:id', nullable: true },
|
||||||
mutedWords: { type: 'array' },
|
mutedWords: { type: 'array' },
|
||||||
mutedInstances: { type: 'array', items: {
|
mutedInstances: { type: 'array', items: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|
Loading…
Reference in a new issue