Update Instance Actor when updating instance settings
Also fix an issue when publishing activities to followers/group members Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -316,4 +316,12 @@ defmodule Mobilizon.Factory do
|
||||
path: "/#{title}"
|
||||
}
|
||||
end
|
||||
|
||||
def admin_setting_factory do
|
||||
%Mobilizon.Admin.Setting{
|
||||
group: sequence("group"),
|
||||
name: sequence("name"),
|
||||
value: sequence("value")
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user