Use Quotient's BlurHash implementation, send BlurHashes with images
This adds support for sending blurhashes with images, which need to be generated client-side. Quotient now supports this and the blurhash implementation was also moved upstream.
This commit is contained in:
@@ -292,7 +292,7 @@ int main(int argc, char *argv[])
|
||||
ShareHandler::instance().setText(parser.value(shareOption));
|
||||
}
|
||||
|
||||
engine.addImageProvider(u"blurhash"_s, new BlurhashImageProvider);
|
||||
engine.addImageProvider(u"blurhash"_s, new BlurHashImageProvider);
|
||||
|
||||
engine.loadFromModule("org.kde.neochat", "Main");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user