* Add: テーブル定義、内部処理 * Add: 通知の定期削除処理、自動削除、テスト * Add: Web画面の表示、設定 * Fix test
This commit is contained in:
parent
2cc60253c4
commit
f8280ca5d9
27 changed files with 300 additions and 9 deletions
|
@ -42,6 +42,7 @@ const initialState = ImmutableMap({
|
|||
mention: false,
|
||||
poll: false,
|
||||
status: false,
|
||||
list_status: false,
|
||||
update: false,
|
||||
emoji_reaction: false,
|
||||
status_reference: false,
|
||||
|
@ -66,6 +67,7 @@ const initialState = ImmutableMap({
|
|||
mention: true,
|
||||
poll: true,
|
||||
status: true,
|
||||
list_status: true,
|
||||
update: true,
|
||||
emoji_reaction: true,
|
||||
status_reference: true,
|
||||
|
@ -81,6 +83,7 @@ const initialState = ImmutableMap({
|
|||
mention: true,
|
||||
poll: true,
|
||||
status: true,
|
||||
list_status: true,
|
||||
update: true,
|
||||
emoji_reaction: true,
|
||||
status_reference: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue