mirror of
https://github.com/flarum/core.git
synced 2025-08-15 04:44:08 +02:00
feat(likes): Option to prevent users liking their own posts (#3534)
* Option to prevent users liking their own posts * test: user can only like own post if setting ON Co-authored-by: Sami Mazouz <ilyasmazouz@gmail.com>
This commit is contained in:
@@ -11,6 +11,10 @@ flarum-likes:
|
||||
permissions:
|
||||
like_posts_label: Like posts
|
||||
|
||||
settings:
|
||||
like_own_posts_help: When enabled, subject to permission, users may 'like' their own posts on the forum. To prevent users placing a 'like' on their own posts, disable this setting.
|
||||
like_own_posts_label: Users may like their own posts
|
||||
|
||||
# Translations in this namespace are used by the forum user interface.
|
||||
forum:
|
||||
|
||||
|
Reference in New Issue
Block a user