1
0
Fork 0
This commit is contained in:
Chocobozzz 2017-11-21 13:58:08 +01:00
parent 0f91ae62df
commit b1cbc0dd3e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ async function processUpdateActivity (activity: ActivityUpdate) {
return processUpdateVideoChannel(account, activity.object)
}
return undefined
return
}
// ---------------------------------------------------------------------------