This commit is contained in:
syuilo
2018-11-23 08:13:17 +09:00
parent 7e803ff9a9
commit 0d272b1fb0
7 changed files with 27 additions and 8 deletions

View File

@ -197,6 +197,8 @@ export type IMeta = {
*/
maxNoteTextLength?: number;
summalyProxy?: string;
enableTwitterIntegration?: boolean;
twitterConsumerKey?: string;
twitterConsumerSecret?: string;