feat: initialize default configuration for new users
This commit is contained in:
@@ -634,7 +634,7 @@ function buildReplaceableQTag(coordinate: string) {
|
||||
}
|
||||
|
||||
function buildRTag(url: string, scope: TMailboxRelayScope) {
|
||||
return scope === 'both' ? ['r', url, scope] : ['r', url]
|
||||
return scope !== 'both' ? ['r', url, scope] : ['r', url]
|
||||
}
|
||||
|
||||
function buildTTag(hashtag: string) {
|
||||
|
||||
Reference in New Issue
Block a user