Nheko-Reborn / mtxclient

Client API library for Matrix, built on top of libcurl
MIT License
40 stars 25 forks source link

Add nheko specific account data type for hiding event types #39

Closed deepbluev7 closed 4 years ago

deepbluev7 commented 4 years ago

This is needed to allow storing what event types get hidden in account_data. This can be stored globally or per room.

codecov[bot] commented 4 years ago

Codecov Report

Merging #39 into master will increase coverage by 0.00%. The diff coverage is 54.54%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   68.90%   68.90%           
=======================================
  Files          71       72    +1     
  Lines        3904     3924   +20     
=======================================
+ Hits         2690     2704   +14     
- Misses       1214     1220    +6     
Impacted Files Coverage Δ
include/mtx/events.hpp 87.35% <ø> (ø)
lib/structs/events/collections.cpp 18.01% <ø> (ø)
lib/structs/responses/common.cpp 32.83% <0.00%> (+0.25%) :arrow_up:
lib/structs/events.cpp 86.74% <50.00%> (-0.27%) :arrow_down:
.../structs/events/nheko_extensions/hidden_events.cpp 62.50% <62.50%> (ø)
lib/structs/responses/sync.cpp 76.85% <100.00%> (+0.58%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7900022...ca9e6e4. Read the comment docs.