@oej commented on this pull request.


In src/modules/presence/presence.c:

> @@ -1854,6 +1854,20 @@ static const char *rpc_presence_cleanup_doc[3] = {
 		"presentity, and watchers tables.",
 		0};
 
+
+void rpc_presence_htable_db_restore(rpc_t *rpc, void *c)
+{
+	LM_DBG("Restoring presence publ cache from database.\n");

Don't abbreviate when you don't need. "publ" should be a full word


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3462/review/1434029138@github.com>