Skip to content

Instantly share code, notes, and snippets.

@karasugawasu
Created April 12, 2018 09:14
Show Gist options
  • Save karasugawasu/e855c8162c7cb11002f5f0f54f296e24 to your computer and use it in GitHub Desktop.
Save karasugawasu/e855c8162c7cb11002f5f0f54f296e24 to your computer and use it in GitHub Desktop.
Mastodon デフォルトカラムの変更
// app/javascript/mastodon/reducers/settings.js
const defaultColumns = fromJS([
{ id: 'COMPOSE', uuid: uuid(), params: {} },
{ id: 'COMMUNITY', uuid: uuid(), params: {} },
{ id: 'NOTIFICATIONS', uuid: uuid(), params: {} },
{ id: 'HOME', uuid: uuid(), params: {} },
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment