add github ci

This commit is contained in:
2023-12-02 03:12:09 +01:00
parent 6ca3474c3e
commit 3f519cbcfc
4 changed files with 120 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
#include <chrono>
MessageCleanser::MessageCleanser(Contact3Registry& cr, RegistryMessageModel& rmm) : _cr(cr), _rmm(rmm) {
// config
// has MessageCleanser::old_age
}
MessageCleanser::~MessageCleanser(void) {