Fix poll options not rendering text after vote/refresh
Port fd128b9c7a
to glitch-soc
This commit is contained in:
committed by
Thibaut Girka
parent
94f1a751bf
commit
94a0149ff3
@ -82,3 +82,9 @@ export function importFetchedStatuses(statuses) {
|
||||
dispatch(importStatuses(normalStatuses));
|
||||
};
|
||||
}
|
||||
|
||||
export function importFetchedPoll(poll) {
|
||||
return dispatch => {
|
||||
dispatch(importPolls([normalizePoll(poll)]));
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user