Skip to content

Request awarded emojis even when not signed in

Heinrich Lee Yu requested to merge 335068-fix-award-emojis-anonymous into master

What does this MR do and why?

Reverts fa8c83ea so that the frontend makes the request for emojis and updates the emojis API to allow unauthenticated access.

Note on multi-version compatibility: I think we can do both backend and frontend in this same MR because even in the case where the frontend makes the request to the old backend, it will just get a 401 and no error is visible to the user. The emojis will just show 0 which is already the case today.

How to set up and validate locally

  1. Open an issue with awarded emoji in an incognito tab that is not signed in
  2. Confirm emoji counts are visible

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #335068 (closed)

Edited by Heinrich Lee Yu

Merge request reports