Skip to content

Commit

Permalink
お知らせを初期状態で展開済みにする
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritan-pop committed Feb 17, 2024
1 parent 6afa944 commit a92196a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/reducers/announcements.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
const initialState = ImmutableMap({
items: ImmutableList(),
isLoading: false,
show: false,
show: true,
});

const updateReaction = (state, id, name, updater) => state.update('items', list => list.map(announcement => {
Expand Down

0 comments on commit a92196a

Please sign in to comment.