add basic avatar support to webhook

This commit is contained in:
Syping 2024-01-17 12:38:16 +01:00
parent 5e78c2728a
commit 502cabd7a7
11 changed files with 128 additions and 14 deletions

View file

@ -29,6 +29,8 @@ add_executable(${PROJECT_NAME}
src/settings.h
src/submit_queue.cpp
src/submit_queue.h
src/webhook_push.cpp
src/webhook_push.h
)
set(THREADS_PREFER_PTHREAD_FLAG ON)