You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Remove backwards compat function
This commit is contained in:
@@ -201,13 +201,6 @@ class MatrixClientPeg {
|
||||
return matches[1];
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use getHomeserverName() instead (correct spelling)
|
||||
*/
|
||||
getHomeServerName() {
|
||||
return this.getHomeserverName();
|
||||
}
|
||||
|
||||
_createClient(creds: MatrixClientCreds) {
|
||||
const aggregateRelations = SettingsStore.isFeatureEnabled("feature_reactions");
|
||||
const enableEdits = SettingsStore.isFeatureEnabled("feature_message_editing");
|
||||
|
||||
Reference in New Issue
Block a user