mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Tag protocol from proxy tag
This commit is contained in:
parent
70f8698e33
commit
116b675664
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ class EventsDB extends NPostgres {
|
|||
}
|
||||
}
|
||||
|
||||
ext.protocol = event.tags.find(([name]) => name === 'proxy')?.[2] ?? 'nostr';
|
||||
|
||||
return ext;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue