mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-02-12 22:44:28 +00:00
* 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 |