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
We've been doing that but in #101 (comment) we discovered that that breaks some index/db2 code, so now I'm gonna change it so we just keep readKeys for a group we're excluded from.
Since the readKeys are sent to us in public (in that they're on non-hidden feeds) messages encrypted as DMs to us, it's trivial to find the readKeys again. So this isn't super high priority. But there's no reason to keep them in storage, so we should throw the keys out.
This is a separate issue from #102. That issue is about deleting the group feeds from the group. But there are group related messages that are not on the group feeds, such as the group feed announce messages, and the member addition messages on the additions feeds. #102 should be done before this issue, since it's both simpler and has a bigger impact.
The text was updated successfully, but these errors were encountered:
We've been doing that but in #101 (comment) we discovered that that breaks some index/db2 code, so now I'm gonna change it so we just keep readKeys for a group we're excluded from.
Since the readKeys are sent to us in public (in that they're on non-hidden feeds) messages encrypted as DMs to us, it's trivial to find the readKeys again. So this isn't super high priority. But there's no reason to keep them in storage, so we should throw the keys out.
This is a separate issue from #102. That issue is about deleting the group feeds from the group. But there are group related messages that are not on the group feeds, such as the group feed announce messages, and the member addition messages on the additions feeds. #102 should be done before this issue, since it's both simpler and has a bigger impact.
The text was updated successfully, but these errors were encountered: