From 576e544930a8d9e303d245d063565e03a141a4ae Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Thu, 29 Dec 2022 15:36:52 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f65a48f..421e902 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This is an experimental or pre-alpha software made to show or know what a Nostr * [ ] allow special character input, and 256 limit [info](https://www.reddit.com/r/dartlang/comments/xcdsyx/i_am_seeing_that_stdinreadlinesync_returns_only/) * [ ] in url expansions, the likes string is shown in same line which is wrong * [ ] kind 7 tags are messed up. for example for reaction: 066cdb716e250069c4078565c9d9046af483c43bbd8497aad9c60d41ec462034 and 137289198ff1c57a14711d87b059e5fc5f9b11b257672503595ac31bad450a22 +* [ ] fix count of events shown per relay in app stats * [x] (showing tick for now) A F for friend or follow should be shown after each name that's a follow of the logged in user. F1 if the name is follow of a follow, and F2 if next level. * [x] due to extra color related bytes, reactions in highlighted threads are shifted a lot to left. fix that. * [x] increase author id to 5 and event id shown to 6 from 3 and 4 respectively