Merge pull request #2572 from vector-im/share_extensions_files

Share extension: Enable any file upload (max 5).
This commit is contained in:
manuroe
2019-07-12 15:32:19 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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 apps 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>