mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +00:00
44b2ee3485
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
5 lines
96 B
Ruby
5 lines
96 B
Ruby
Fabricator(:user_role) do
|
|
name "MyString"
|
|
color "MyString"
|
|
permissions ""
|
|
end |