support Pleroma upload_limit configuration (#2646)
* support Pleroma upload_limit configuration * fix ComposeActivityTest
This commit is contained in:
parent
68c9870b19
commit
17cfa3d9b4
3 changed files with 6 additions and 4 deletions
|
@ -465,7 +465,8 @@ class ComposeActivityTest {
|
|||
pollConfiguration = null,
|
||||
configuration = configuration,
|
||||
maxMediaAttachments = null,
|
||||
pleroma = null
|
||||
pleroma = null,
|
||||
uploadLimit = null
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue