Damus
Cesar Dias profile picture
Cesar Dias
@Cesar Dias

Developer ๐Ÿ‡ง๐Ÿ‡ท, building a client https://dev.nosotros.app and nostr-editor https://github.com/cesardeazevedo/nostr-editor

Relays (5)
  • wss://relay.damus.io โ€“ read & write
  • wss://nos.lol โ€“ read & write
  • wss://nostr.mom โ€“ read
  • wss://relay.nosotros.app โ€“ write
  • wss://nostr.wine โ€“ write

Recent Notes

Cesar Dias profile picture
Hope you ran with npm run build && npm run preview` instead of `npm run dev`.

post preview will be coming, as I am changing the editor upload approach to look like more github, also with image compression. the client should support relay sets feeds, you just have to access them in the menu `Lists`.
Cesar Dias profile picture
There's an indicator if you are trying to post inside a relay feed (not your home feed), but I will allow you to disable it, this indeed needs to be more flexible, the reason I did was because some people wanted.
Cesar Dias profile picture
No yet, it been on backlog for a long time, gonna try to get some time to do it, your emojis indeed take a wider space, gonna fix that, what browser and os you using?
Cesar Dias profile picture
Yes it has outbox implemented, what signer are you using with nosotros? I recommend using a browser extension like nos2x and check all the messages the client is trying to sign in the popup (don't click "authorize kind 10002 forever"), if you are using a mobile client like damus/primal/amethyst and put your nsec on it, you have no control on what the client is signing (and possibly overwriting it), use a remove signer on mobile like amber.

Did your list was overwritten when you trying to change your relay setting or when you just tried to access some client? you will need to hunt down the client doing that.
Cesar Dias profile picture
> Does it make use of all my published relay lists (inbound/outbound/search/DM/etc), or just some?

When you post, I am broadcasting to yours outboxes relays, if you are tagging someone, I will also broadcast their inbox relays. search relay is used when you search something, you can select other search relay in the search settings, now days is mostly nostr.band. the client will look for your inbox relays for your notifications and replies/reactions of your notes, the client doesn't have DMs therefor doesn't use DM relays for anything.

1. The relay lists in the /relays page under "Active Relays" are relays that were found as you navigate the app, in your home feed, the client will look for outbox relays from the people you follow and fetch notes from these relays, if you follow like a thousand people, it will find and connect lots of relays, the client cap the max number of relays per person (you can change in the settings) to make the number of connections more manageable, you might have concerns of too many websocket connections and a privacy implication, and you will be right, but this is the nostr solution relay centralization. The list of your outbox and inbox relays should be under "outbox relays" and "inbox relays" respectively, not under "active relays".

2. Follows or relays lists being nuke is common in nostr and supper annoying, specially for non technical users, please find and report which client nuked your list, I haven't heard of it in my client as I always fetch your list before publishing a new one, if you are logged with a browser extension make sure to check the event in the popup before signin the event, a follow event should have a bunch of p tags.

3. This happens when the client couldn't find the user metadata or still trying to find, it's trying to find the user outbox relays and fetch user metadata, sometimes this information simply can't be found as the user didn't setup their relays properly, changing outbox relays without migration result in things like this, this has nothing to do with search relays or your relay settings, mostly the user issue or a client issue, nothing really you can do.

4. Thanks for reporting that, haven't heard of this issue, , gonna try to reproduce it, yeah, cleaning the db likely won't fix the issue.

Keep reporting.
Cesar Dias profile picture
That's true, I didn't realize it, maybe because I am on mac and horizontal scroll is almost effortlessly, gonna try to move the create note button.

Deck needs some work still, resizing and switching columns order, maybe some autosizer too to squeeze things as you add more columns, I need to keep in mind horizontal scroll is annoying for some users.

Thanks for the feedback, don't hesitate to suggest anything else or create an issue.