Create message read_mark resource

This commit is contained in:
Anton Khorev 2025-01-23 03:41:19 +03:00
parent 8cf77a2f36
commit cc3bccb9b3
9 changed files with 179 additions and 116 deletions

View file

@ -43,7 +43,7 @@ class Ability
can :update, DiaryEntry, :user => user
can [:create], DiaryComment
can [:show, :create, :destroy], Follow
can [:read, :create, :mark, :unmute, :destroy], Message
can [:read, :create, :unmute, :destroy], Message
can [:close, :reopen], Note
can [:read, :update], :preference
can :update, :profile