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:
Konrad Pozniak 2022-11-05 17:37:20 +01:00 committed by GitHub
commit 8e9b356074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 152 additions and 8 deletions

View file

@ -480,7 +480,8 @@ class ComposeActivityTest {
configuration = configuration,
maxMediaAttachments = null,
pleroma = null,
uploadLimit = null
uploadLimit = null,
rules = emptyList()
)
}