oxen-io/oxen-storage-server

Allow timestamp extension

jagerman opened this issue · 1 comments

We should allow extension of expiry times of stored messages, but only we authentication (i.e. by the mailbox owner).

In terms of storage this is likely to decrease aggregate storage because, currently, Session (or other clients) periodically re-store even when there are no changes so that there are duplicates until the original expires; this would allow them to simply renew an existing stored message without having to re-upload it.

Fixed as part of #448