Remove unused function
This commit is contained in:
parent
65865f879f
commit
d74a8e405d
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue