Sirius's avatar
Sirius
npub1g53m...drvk
I just want to start a flame in your heart
Sirius's avatar
Sirius 3 years ago
Should I consider another solution to displaying "liked by"? ๐Ÿ˜„ The worst thing is that my image resizing proxy wasn't keeping up with requests, so avatars are now loaded full-size from origin. My mobile browser crashes when trying to load 300 of them. image
Sirius's avatar
Sirius 3 years ago
Working on a new thread layout image
Sirius's avatar
Sirius 3 years ago
It's 12am and I was planning to sleep.
Sirius's avatar
Sirius 3 years ago
I added a green โ‘  badge to followed users with a tooltip "following". I'll add โ‘ก to 2nd degree followed with tooltip indicating how many of your friends are following the user.
Sirius's avatar
Sirius 3 years ago
Added nostr.build uploader to Iris. I hope #[0] doesn't mind! image
Sirius's avatar
Sirius 3 years ago
Iris now syncs notifications/lastOpened and chats/[pubkey]/lastOpened times between your devices over NIP33 tag-replaceable events. It's used to show the unseen dot. I wrote a Path API that lets you do it very easily ``` path.set('notifications/lastOpened', lastOpenedTime) path.get('notifications/lastOpened', (lastOpened) => {...}) ``` It currently saves publicly, until I get the encryption to work. Don't worry, no one knows how to read it yet ๐Ÿ˜„ Code: https://github.com/irislib/iris-messenger/blob/master/src/js/lib/nostr-tools/path.ts #[0] should I PR it to nostr-tools or iris-lib? image
โ†‘