whisperfish / presage

A high-level Rust library to help write clients for the Signal Messenger.
GNU Affero General Public License v3.0
113 stars 21 forks source link

Potential fix for expire timer turning off #227

Closed Schmiddiii closed 9 months ago

Schmiddiii commented 9 months ago

I had the assumption that once an expire timer was set, the field would always be populated. I think now that this assumption is wrong. Therefore, one should only update the expire timer if the field is really set.