From 41084088bbc97075bbf1a8decda6d2dec64bb0e0 Mon Sep 17 00:00:00 2001 From: moisseev Date: Tue, 23 Apr 2024 16:32:30 +0300 Subject: [PATCH] Remove TODOs --- doc/modules/forged_recipients.md | 6 ------ doc/modules/multimap.md | 3 --- doc/workers/lua_worker.md | 7 ------- 3 files changed, 16 deletions(-) delete mode 100644 doc/modules/forged_recipients.md delete mode 100644 doc/workers/lua_worker.md diff --git a/doc/modules/forged_recipients.md b/doc/modules/forged_recipients.md deleted file mode 100644 index 47cb3418c..000000000 --- a/doc/modules/forged_recipients.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: doc -title: Forged recipients module ---- - -TODO diff --git a/doc/modules/multimap.md b/doc/modules/multimap.md index aa3d53f35..2455b8b60 100644 --- a/doc/modules/multimap.md +++ b/doc/modules/multimap.md @@ -470,9 +470,6 @@ Combined maps support merely **selectors** syntax, not general multimap rules. Version 2.0 introduces the capability to create dependent maps in Redis, where the map key is dependent on some other data extracted from the same message. This allows for the creation of per-user based whitelists, among other use cases. -TODO: write more - - ## Examples Here are some examples of multimap configurations: diff --git a/doc/workers/lua_worker.md b/doc/workers/lua_worker.md deleted file mode 100644 index e70a3bf1e..000000000 --- a/doc/workers/lua_worker.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: doc -title: Lua worker ---- -# Lua worker - -TODO