Automatic session reset

This commit is contained in:
Scott Nonnenberg 2021-02-18 08:40:26 -08:00 committed by Josh Perez
parent fe187226bb
commit 98e7e65d25
26 changed files with 803 additions and 225 deletions

View file

@ -14,7 +14,7 @@ const fakeAPI = {
getAvatar: fakeCall,
getDevices: fakeCall,
// getKeysForIdentifier : fakeCall,
getMessageSocket: fakeCall,
getMessageSocket: () => new window.MockSocket('ws://localhost:8081/'),
getMyKeys: fakeCall,
getProfile: fakeCall,
getProvisioningSocket: fakeCall,