mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-12 04:31:11 +00:00
去除了reducer里的函数
This commit is contained in:
parent
dc2fc434f2
commit
c7248c80fc
|
@ -96,8 +96,8 @@ const initialState = ImmutableMap({
|
|||
dirty: false,
|
||||
}),
|
||||
|
||||
schedule_time: new Date().toISOString().substring(0,16),
|
||||
schedule_timezone: new Date().getTimezoneOffset() > 0?'-':'+' + (0 - new Date().getTimezoneOffset() / 60) + ':' + ((0 - new Date().getTimezoneOffset() % 60) === 30 ? '30' :'00'),
|
||||
schedule_time: null,
|
||||
schedule_timezone: null,
|
||||
is_scheduled: false,
|
||||
scheduled_at: null,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user