Page needs to be refreshed when for updating reputation when a problem is submitted

When a problem is submitted, the reputation should be automatically increased but it doesn’t happen. Instead we need to refresh the page in order to see the updated reputation.

It’s not actually about refreshing the page. It’s that the reputation awarding happens out of bands in a queue, so when the page is reloaded the first time, the reputation hasn’t increased yet.

We don’t hook onto websockets for the reputation counter but we could do.

1 Like

Oh, I see.