This commit is contained in:
Benoit Marty 2021-02-16 19:34:26 +01:00 committed by Benoit Marty
parent e1f778e21a
commit 80524fb8c1
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Features ✨:
-
Improvements 🙌:
- Fetch homeserver type and version and display in a new wetting screen and add info in rageshakes (#2831)
- Fetch homeserver type and version and display in a new setting screen and add info in rageshakes (#2831)
Bugfix 🐛:
-

View file

@ -21,4 +21,3 @@ import com.airbnb.mvrx.MvRxState
data class BugReportState(
val serverVersion: String = ""
) : MvRxState