working rss feed to nostr publish
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export function resolveUserAgentConfig(input) {
|
||||
return {
|
||||
...input,
|
||||
customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user