You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only store the reply ID in the NostrEvent table (which are basically the received events of Kind NIP_47_REQUEST) after publishing a reply. Now that we are using an SQLite DB with #217, it's best to add a table to store these reply events early on to avoid having to migrate later.
Currently we only store the reply ID in the NostrEvent table (which are basically the received events of Kind
NIP_47_REQUEST
) after publishing a reply. Now that we are using an SQLite DB with #217, it's best to add a table to store these reply events early on to avoid having to migrate later.Additional reasons are also mentioned here: #230
This also helps us in multi_methods (#218) as there we don't just have one reply per NostrEvent but multiple.
The text was updated successfully, but these errors were encountered: