Skip to content

Commit

Permalink
fix: force render on queue create
Browse files Browse the repository at this point in the history
  • Loading branch information
tomli380576 committed Jan 8, 2023
1 parent cf49467 commit 922d8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help-queue/help-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class HelpQueueV2 {
CreatePublicThreads: false,
AddReactions: false
}),
queue.triggerRender()
queue.triggerForceRender() // do a fresh render on create
]);
queue.timers.set(
'QUEUE_PERIODIC_UPDATE',
Expand Down

0 comments on commit 922d8ec

Please sign in to comment.