nostr-protocol / nostr

a truly censorship-resistant alternative to Twitter that has a chance of working

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request : filter messages by language

abda11ah opened this issue · comments

Hello,
I just tested amethyst on android and I think it's great.
It would be nice if it could filter messages by language.
I would like to receive for example only messages in French.
(From people who speak French).

Hi abda11ah.

Hello,
I just tested amethyst on android and I think it's great.
It would be nice if it could filter messages by language.
I would like to receive for example only messages in French.
(From people who speak French).

I like your idea. Here's an interesting suggestion.

{
  "pubkey": "alice",
  "kind": 30009,
  "locate": [
    "ptbr": ["relay.sample.io", "relay.sample1.io", "relay.sample3.io"],
    "pt": ["relay.sample.io", "relay.sample1.io", "relay.sample3.io"],
    "en-us": ["relay.sample.io", "relay.sample1.io", "relay.sample3.io"],
  ],
  ...
}

Depending on the language choice, a set of relays can be accepted or ignored.