diff --git a/CHANGES.md b/CHANGES.md index cfff2756ef..422d94ff06 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 🐛: - diff --git a/vector/src/main/java/im/vector/app/features/rageshake/BugReportState.kt b/vector/src/main/java/im/vector/app/features/rageshake/BugReportState.kt index 1dc316a5e2..a5019115fb 100644 --- a/vector/src/main/java/im/vector/app/features/rageshake/BugReportState.kt +++ b/vector/src/main/java/im/vector/app/features/rageshake/BugReportState.kt @@ -21,4 +21,3 @@ import com.airbnb.mvrx.MvRxState data class BugReportState( val serverVersion: String = "" ) : MvRxState -