Skip to content
Snippets Groups Projects

When chat with offline friend don't notify (and don't sound) about him being offline

Merged Miezhiko requested to merge Miezhiko/alchemy-next:firend-chat-offline into master
2 files
+ 133
52
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -38,7 +38,7 @@ FetchContent_Declare(
# FetchContent_Declare(
# Catch2
# GIT_REPOSITORY https://github.com/catchorg/Catch2.git
# GIT_TAG v2.11.0
# GIT_TAG v2.13.7
# )
FetchContent_Declare(
fmt
@@ -48,7 +48,7 @@ FetchContent_Declare(
FetchContent_Declare(
nlohmann_json
GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/modernjson.git
GIT_TAG v3.10.1
GIT_TAG v3.10.2
)
FetchContent_Declare(
Loading