mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Remove sn comments for now
This commit is contained in:
parent
75b3406d33
commit
786407f980
@ -137,7 +137,7 @@ const GlobalFeed = ({searchQuery}) => {
|
||||
platformLink={item.type === 'discord' ? `https://discord.com/channels/${item.channelId}/${item.id}` :
|
||||
item.type === 'stackernews' ? `https://stacker.news/items/${item.id}` :
|
||||
`https://nostr.band/${nip19.noteEncode(item.id)}`}
|
||||
additionalContent={item.type === 'stackernews' ? `Comments: ${item.comments.length} | Sats: ${item.sats}` : null}
|
||||
additionalContent={item.type === 'stackernews' ? `Sats: ${item.sats}` : null}
|
||||
/>
|
||||
))
|
||||
) : (
|
||||
|
@ -11,7 +11,7 @@ const appConfig = {
|
||||
"wss://purplerelay.com/",
|
||||
"wss://relay.devs.tools/"
|
||||
],
|
||||
authorPubkeys: ["f33c8a9617cb15f705fc70cd461cfd6eaf22f9e24c33eabad981648e5ec6f741", "c67cd3e1a83daa56cff16f635db2fdb9ed9619300298d4701a58e68e84098345"],
|
||||
authorPubkeys: ["f33c8a9617cb15f705fc70cd461cfd6eaf22f9e24c33eabad981648e5ec6f741", "c67cd3e1a83daa56cff16f635db2fdb9ed9619300298d4701a58e68e84098345", "6260f29fa75c91aaa292f082e5e87b438d2ab4fdf96af398567b01802ee2fcd4"],
|
||||
customLightningAddresses: [
|
||||
{
|
||||
// todo remove need for lowercase
|
||||
|
Loading…
x
Reference in New Issue
Block a user