element-ios/Riot/Riot-Defaults.plist
Giom Foret 0a982f6a37 UX Rework - Home: Put the new ordering behind a setting.
Add 2 settings: Pin rooms with missed notif and pin rooms with unread messages
this will pin the rooms at the beginning of the list on your home page
2017-06-16 15:18:33 +02:00

59 lines
1.7 KiB
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>pinRoomsWithMissedNotif</key>
<false/>
<key>pinRoomsWithUnread</key>
<false/>
<key>pushGatewayURL</key>
<string>https://matrix.org/_matrix/push/v1/notify</string>
<key>pusherAppIdDev</key>
<string>im.vector.app.ios.dev</string>
<key>pusherAppIdProd</key>
<string>im.vector.app.ios.prod</string>
<key>identityserverurl</key>
<string>https://vector.im</string>
<key>homeserverurl</key>
<string>https://matrix.org</string>
<key>homeserver</key>
<string>matrix.org</string>
<key>webAppUrlDev</key>
<string>https://riot.im/develop</string>
<key>webAppUrlBeta</key>
<string>https://riot.im/beta</string>
<key>webAppUrl</key>
<string>https://riot.im/app</string>
<key>apnsDeviceToken</key>
<string></string>
<key>showAllEventsInRoomHistory</key>
<false/>
<key>showRedactionsInRoomHistory</key>
<false/>
<key>showUnsupportedEventsInRoomHistory</key>
<false/>
<key>sortRoomMembersUsingLastSeenTime</key>
<true/>
<key>showLeftMembersInRoomMemberList</key>
<false/>
<key>syncLocalContacts</key>
<false/>
<key>maxAllowedMediaCacheSize</key>
<integer>1073741824</integer>
<key>presenceColorForOnlineUser</key>
<integer>3401011</integer>
<key>presenceColorForUnavailableUser</key>
<integer>15066368</integer>
<key>presenceColorForOfflineUser</key>
<integer>15020851</integer>
<key>bugReportEndpointUrl</key>
<string>https://riot.im/bugreports</string>
<key>bugReportApp</key>
<string>riot-ios</string>
<key>roomDirectoryServers</key>
<dict>
<key>matrix.org</key>
<string></string>
</dict>
</dict>
</plist>