This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Insert polls in redux stores before statuses so it avoids crashes (
#10140
)
master
ThibG
5 years ago
committed by
Eugen Rochko
parent
8fe93b0701
commit
26c56d0c10
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/mastodon/actions/importer/index.js
+ 1
- 1
app/javascript/mastodon/actions/importer/index.js
View File
@ -77,8 +77,8 @@ export function importFetchedStatuses(statuses) {
statuses
.
forEach
(
processStatus
)
;
dispatch
(
importPolls
(
polls
)
)
;
dispatch
(
importFetchedAccounts
(
accounts
)
)
;
dispatch
(
importStatuses
(
normalStatuses
)
)
;
dispatch
(
importPolls
(
polls
)
)
;
}
;
}
Write
Preview
Loading…
Cancel
Save