We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current Behavior
Currently when you lock a discussion the web notification that is generated says "{user} locked".
The text is the same even if the admin/mod actually unlocked the discussion.
https://github.com/flarum/lock/blob/c4383c318899fce6d5e7c936695edbe5f7f49c88/locale/en.yml#L28
Steps to Reproduce
Expected Behavior
I think the notification text should distinguish between locked/unlocked.
Environment
Possible Solution
The notification data should include whether the action is lock or unlock, in order to expose that information to the client.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Current Behavior
Currently when you lock a discussion the web notification that is generated says "{user} locked".
The text is the same even if the admin/mod actually unlocked the discussion.
https://github.com/flarum/lock/blob/c4383c318899fce6d5e7c936695edbe5f7f49c88/locale/en.yml#L28
Steps to Reproduce
Expected Behavior
I think the notification text should distinguish between locked/unlocked.
Environment
Possible Solution
The notification data should include whether the action is lock or unlock, in order to expose that information to the client.
The text was updated successfully, but these errors were encountered: