mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-22 13:36:01 +01:00
Minor refactoring
This commit is contained in:
@@ -22,7 +22,7 @@ relay.subscribe(
|
||||
/** Handle events through the loopback pipeline. */
|
||||
function handleEvent(event: SignedEvent): void {
|
||||
console.info('loopback event:', event.id);
|
||||
insertEvent(event);
|
||||
insertEvent(event).catch(console.warn);
|
||||
trackHashtags(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user