Update README.md (#741)

This commit is contained in:
lfbrock
2017-07-13 16:33:09 -04:00
committed by enahum
parent 7e9471a16d
commit 2567c33a2f

View File

@@ -114,6 +114,17 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
# Frequently Asked Questions
**How is data handled on mobile devices after a user account is deactivated?**
### How is data handled on mobile devices after a user account is deactivated?
App data is wiped from the device when a user logs out of the app. If the user is logged in when the account is deactivated, then within one minute the system logs the user out, and as a result all app data is wiped from the device.
### Can I connect to multiple Mattermost servers using the mobile apps?**
At the moment, we only support connecting to one server at a time. If you need to connect to multiple servers, please [upvote the feature request](https://mattermost.uservoice.com/forums/306457/suggestions/10975938) so we can track demand for it.
As a work around, you can install both the released "Mattermost" app and sign up to be a [tester](#testing) for the "Mattermost Beta" app so you can connect to two servers at once.
### Will there be second generation apps available for tablets?**
We plan to add support for tablets in the future, but the timeline depends on how many people have a need for it. If you're looking for a tablet version, please help us out by [upvoting the feature request](https://mattermost.uservoice.com/forums/306457/suggestions/20082079)!