mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 10:45:57 +00:00
The like button previously didn't have a title for anonymous users, because the `canToggleLike` flag wasn't set, but the `liked` flag wasn't set either. This made the button inaccessible to blind users.