Fix voice messages on iOS

This commit is contained in:
Christian Pauly 2020-04-08 10:50:28 +02:00
commit 267b989786
2 changed files with 129 additions and 0 deletions

View file

@ -50,5 +50,11 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSMicrophoneUsageDescription</key>
<string>FluffyChat uses the microphone to record voice messages.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</dict>
</plist>