@@ -322,7 +322,6 @@ class BskyAppAgent extends BskyAgent {
|
|||||||
// Now the agent is ready.
|
// Now the agent is ready.
|
||||||
const account = agentToSessionAccountOrThrow(this)
|
const account = agentToSessionAccountOrThrow(this)
|
||||||
this.persistSessionHandler = event => {
|
this.persistSessionHandler = event => {
|
||||||
console.log('persistSessionHandler', {event})
|
|
||||||
onSessionChange(this, account.did, event)
|
onSessionChange(this, account.did, event)
|
||||||
if (event !== 'create' && event !== 'update') {
|
if (event !== 'create' && event !== 'update') {
|
||||||
addSessionErrorLog(account.did, event)
|
addSessionErrorLog(account.did, event)
|
||||||
|
|||||||
Reference in New Issue
Block a user