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 |
BIN
screenshots.xcf
Normal file
BIN
screenshots.xcf
Normal file
Binary file not shown.
|
@ -288,6 +288,7 @@ public class XmppAxolotlMessage {
|
||||||
byte[] key = unpackKey(session, sourceDeviceId);
|
byte[] key = unpackKey(session, sourceDeviceId);
|
||||||
if (key != null) {
|
if (key != null) {
|
||||||
try {
|
try {
|
||||||
|
//TODO remove support for *not* having auth tag in key
|
||||||
if (key.length >= 32) {
|
if (key.length >= 32) {
|
||||||
int authtaglength = key.length - 16;
|
int authtaglength = key.length - 16;
|
||||||
Log.d(Config.LOGTAG,"found auth tag as part of omemo key");
|
Log.d(Config.LOGTAG,"found auth tag as part of omemo key");
|
||||||
|
|
Loading…
Reference in a new issue