mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Use WebP for compressing images.
This commit is contained in:
@@ -316,7 +316,7 @@ public class TestDataCreatorImpl implements TestDataCreator {
|
||||
Message m;
|
||||
try {
|
||||
m = avatarMessageEncoder.encodeUpdateMessage(groupId, 0,
|
||||
"image/jpeg", is).getFirst();
|
||||
TestAvatarCreator.MIME_TYPE, is).getFirst();
|
||||
} catch (IOException e) {
|
||||
throw new DbException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user