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
doc: Adapt the comment on MessageObject.showPadlock (#6925)
We want to remove the padlock-icon from messages, and instead show an
icon if the message was unencrypted:
deltachat/deltachat-ios#2746
Now, it's confusing for implementers that there is a field `showPadlock`
in the jsonrpc. This PR adapts the comment.
Two alternatives to this PR would be:
- Deprecate `showPadlock`, and introduce a field `wasEncrypted`
- Deprecate `showPadlock`, and introduce a field `showLetterIcon`,
which is the inverse of `showPadlock`.
0 commit comments