working rss feed to nostr publish
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
export const defaultUserAgent = ({ serviceId, clientVersion }) => async () => {
|
||||
const sections = [
|
||||
["aws-sdk-js", clientVersion],
|
||||
["ua", "2.0"],
|
||||
["os/other"],
|
||||
["lang/js"],
|
||||
["md/rn"],
|
||||
];
|
||||
if (serviceId) {
|
||||
sections.push([`api/${serviceId}`, clientVersion]);
|
||||
}
|
||||
return sections;
|
||||
};
|
||||
Reference in New Issue
Block a user