mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
firehose: nown --> known
This commit is contained in:
parent
45a3e2974e
commit
875fcfb09d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ function trackHashtags(event: SignedEvent): void {
|
|||
}
|
||||
}
|
||||
|
||||
/** Tracks nown relays in the database. */
|
||||
/** Tracks known relays in the database. */
|
||||
function trackRelays(event: SignedEvent) {
|
||||
const relays = new Set<`wss://${string}`>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue