ec975094e2
Related to https://github.com/element-hq/element-x-android/pull/6420 Part of https://github.com/element-hq/element-x-android/issues/5075 I noticed when investigating a bug about resetting your identity when using a MAS login that we poll the server checking whether the user has given us permission with no limit on how fast we poll, and with no ability to give up if it's not working. This change causes us to retry only twice per second, and give up after 2 minutes. These are guesses as to the right values and I am open to discussion.