mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-09 09:27:42 +02:00
Merge pull request #2572 from vector-im/share_extensions_files
Share extension: Enable any file upload (max 5).
This commit is contained in:
@@ -19,6 +19,7 @@ Improvements:
|
||||
* Reactions: Update quick reactions (#2459).
|
||||
* Message Editing: Handle reply edition (#2492).
|
||||
* RoomVC: Add ability to upload a file that comes from outside the app’s sandbox (#2019).
|
||||
* Share extension: Enable any file upload (max 5).
|
||||
|
||||
Bug fix:
|
||||
* Device Verification: Fix user display name and device id colors in dark theme
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
<dict>
|
||||
<key>NSExtensionActivationDictionaryVersion</key>
|
||||
<integer>2</integer>
|
||||
<key>NSExtensionActivationSupportsFileWithMaxCount</key>
|
||||
<integer>5</integer>
|
||||
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
||||
<integer>5</integer>
|
||||
<key>NSExtensionActivationSupportsMovieWithMaxCount</key>
|
||||
|
||||
Reference in New Issue
Block a user