updated screenshots
This commit is contained in:
parent
1008bf405e
commit
b56f6fbf4c
BIN
screenshots.png
BIN
screenshots.png
Binary file not shown.
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 166 KiB |
Binary file not shown.
|
@ -288,6 +288,7 @@ public class XmppAxolotlMessage {
|
|||
byte[] key = unpackKey(session, sourceDeviceId);
|
||||
if (key != null) {
|
||||
try {
|
||||
//TODO remove support for *not* having auth tag in key
|
||||
if (key.length >= 32) {
|
||||
int authtaglength = key.length - 16;
|
||||
Log.d(Config.LOGTAG,"found auth tag as part of omemo key");
|
||||
|
|
Loading…
Reference in New Issue