GitHub / Twitter連携の設定をDBに保存するように
This commit is contained in:
parent
5675ecead9
commit
cb6f390fb6
12 changed files with 632 additions and 476 deletions
|
@ -11,7 +11,9 @@ const defaultMeta: any = {
|
|||
originalNotesCount: 0,
|
||||
originalUsersCount: 0
|
||||
},
|
||||
maxNoteTextLength: 1000
|
||||
maxNoteTextLength: 1000,
|
||||
enableTwitterIntegration: false,
|
||||
enableGithubIntegration: false,
|
||||
};
|
||||
|
||||
export default async function(): Promise<IMeta> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue