show rules on the login screen (#2746)
* show rules on the login screen * fix code formatting * fix code formatting * fix tests
This commit is contained in:
parent
3fb1173d3f
commit
8e9b356074
10 changed files with 152 additions and 8 deletions
|
@ -480,7 +480,8 @@ class ComposeActivityTest {
|
|||
configuration = configuration,
|
||||
maxMediaAttachments = null,
|
||||
pleroma = null,
|
||||
uploadLimit = null
|
||||
uploadLimit = null,
|
||||
rules = emptyList()
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue