hi everyone, Im trying to create server-side notif...
# prisma-whats-new
r
hi everyone, Im trying to create server-side notifications when a like is added on a post. This is just a direct link to a user. It seems that subscribing to a specific relation is not yet supported but I'm not sure what the alternative is now. If I subscribe to the post UPDATE, and include likes in the changed_fields, I would also get deletions? Is there anyone who experienced something similar?