famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
49 stars 31 forks source link

revert: "feat: retry call encryption key request logic" #1849

Closed td-famedly closed 1 month ago

td-famedly commented 1 month ago

This reverts commit 9896ebb8145bc37ae8f650b218cdf5d8f3847243.

requestEncrytionKey creates a new retry object everytime which then calls requestEncrytionKey again. Might have some other bugs td hasn't found yet as well