feat: Execute macro actions, for the conversation (#5066)
This commit is contained in:
@@ -18,4 +18,8 @@ class MacroPolicy < ApplicationPolicy
|
||||
def destroy?
|
||||
true
|
||||
end
|
||||
|
||||
def execute?
|
||||
true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user