support Pleroma upload_limit configuration (#2646)

* support Pleroma upload_limit configuration

* fix ComposeActivityTest
This commit is contained in:
Konrad Pozniak 2022-08-07 19:14:42 +02:00 committed by GitHub
commit 17cfa3d9b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -465,7 +465,8 @@ class ComposeActivityTest {
pollConfiguration = null,
configuration = configuration,
maxMediaAttachments = null,
pleroma = null
pleroma = null,
uploadLimit = null
)
}