[BREAKGLASS] A private messenger for iOS. https://signal.org
Go to file
Michael Kirk 3e10a49258 Fix disappearing messages don't become consistent after reinstall (#52)
Fixes the bug wherein:

Given the sender had disappearing messages enabled
And the receiver thinks it's disabled (this can happen due to re-install)
When we receive a disappearing message
The message does start expiring timer and disappear
But you see a notice "<sender> disabled disappearing messages"
Rather than the expected "<Sender> set disappearing messages timer to X".

// FREEBIE
2016-10-24 15:24:06 -04:00
Example Explain send failures for text and media messages 2016-10-24 09:36:51 -04:00
protobuf disappearing messages 2016-10-11 09:24:40 -04:00
src Fix disappearing messages don't become consistent after reinstall (#52) 2016-10-24 15:24:06 -04:00
tests Fix disappearing messages don't become consistent after reinstall (#52) 2016-10-24 15:24:06 -04:00
.clang-format Avoid deadlock while accepting new key (#17) 2016-07-18 16:00:59 -07:00
.gitignore Init Commit 2015-12-22 15:51:11 +01:00
.travis.yml Explain send failures for text and media messages 2016-10-24 09:36:51 -04:00
CONTRIBUTING.md contributing.md referencing Signal-iOS coding guidelines. Inlined legal. (#8) 2016-05-18 11:32:10 -07:00
LICENSE Initial commit 2015-12-04 13:22:18 +01:00
Makefile Explain send failures for text and media messages 2016-10-24 09:36:51 -04:00
README.md Get tests + ci running 2016-04-23 20:08:51 -07:00
SignalServiceKit.podspec Explain send failures for text and media messages 2016-10-24 09:36:51 -04:00

SignalServiceKit

SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X