Skip to content

Commit b9068b9

Browse files
committed
feat(ffi): Add DC_STR_CANT_DECRYPT_OUTGOING_MSGS define
1 parent df2c35b commit b9068b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deltachat-ffi/deltachat.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7808,6 +7808,12 @@ void dc_event_unref(dc_event_t* event);
78087808
/// `%1$s` will be replaced by the provider's domain.
78097809
#define DC_STR_INVALID_UNENCRYPTED_MAIL 174
78107810

7811+
/// "⚠️ It seems you are using Delta Chat on multiple devices that cannot decrypt each other's outgoing messages. To fix this, on the older device use \"Settings / Add Second Device\" and follow the instructions."
7812+
///
7813+
/// Added to the device chat if could not decrypt a new outgoing message (i.e. not when fetching
7814+
/// existing messages). But no more than once a day.
7815+
#define DC_STR_CANT_DECRYPT_OUTGOING_MSGS 175
7816+
78117817
/// "You reacted %1$s to '%2$s'"
78127818
///
78137819
/// `%1$s` will be replaced by the reaction, usually an emoji

0 commit comments

Comments
 (0)