You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Remove unused function
This commit is contained in:
@@ -577,12 +577,6 @@ module.exports = React.createClass({
|
||||
this.scrollStateMap[roomId] = state;
|
||||
},
|
||||
|
||||
_doLogin(creds) {
|
||||
Lifecycle.setLoggedIn(creds, {
|
||||
syncTimelineLimit: this.props.config.sync_timeline_limit,
|
||||
});
|
||||
},
|
||||
|
||||
_onHaveCredentials: function(credentials) {
|
||||
credentials.guest = Boolean(credentials.guest);
|
||||
Lifecycle.setLoggedIn(credentials);
|
||||
|
||||
Reference in New Issue
Block a user