Mohammed Taher Ghazal

Results 50 comments of Mohammed Taher Ghazal

By "foundational" event, you mean something like an empty event that gets published when the blog post is first published. It might be empty or contains just the post's URL...

I see. It's a nice idea indeed. Especially because of the compatibility point, and most importantly as you mentioned, the context is kept within this foundational event, instead of the...

3. Okay. So how can we query these replies if they don't have a reference to the foundational event??

Okay, makes sense. So replies should have 2 `e` tag values, the foundational event id & the reply to object id. Should we use the `#e` tag value that refers...

Gotcha Yeah, I thought too that we might not need to write a nip this way. Let's try it this way and see how things will go.

This issue is currently block due to a problem with Prisma + Netlify TypeScript (https://github.com/prisma/prisma/issues/16021) So until that issue gets solved, I don't think we can do this migration...

If someone creates a new post while someone else is scrolling through the feed, then the `skip` parameter for the feed pagination query will be off by 1. Meaning that...

Right now, the keys are returned in ascending creation order. So from oldest to newest. (Previously, there was no ordering)

> It's not technically possible for someone through the UI to add two keys at the same time. Didn't fully understand this point... > Could also be useful for us...

There is a new PR #222 that adds a very basic version of notifications until we build the full version. This basic version sends notification to a discord channel on...