Skip to content

Commit

Permalink
Add blurhash implementation to Quotient
Browse files Browse the repository at this point in the history
So this doesn't need to be copied to every client that wants to generate
blurhashes!
  • Loading branch information
redstrate committed Oct 19, 2023
1 parent 0c5f011 commit 7a4ddda
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ list(APPEND lib_SRCS
Quotient/eventitem.h Quotient/eventitem.cpp
Quotient/accountregistry.h Quotient/accountregistry.cpp
Quotient/mxcreply.h Quotient/mxcreply.cpp
Quotient/blurhash.h Quotient/blurhash.cpp
Quotient/e2ee/e2ee_common.h # because it's used by generated API
Quotient/events/event.h Quotient/events/event.cpp
Quotient/events/eventloader.h
Expand Down
Loading

0 comments on commit 7a4ddda

Please sign in to comment.