aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-01 23:43:28 -0700
committerFuwn <[email protected]>2021-05-01 23:43:28 -0700
commitefe2e658fff530ce3f22013ea285dafbe980d4f9 (patch)
tree1e08c7e5d7effc9c6e52a41477de0734f8ca5ada
parentrefactor(cmds): remove unimplemented command: whisper (diff)
downloadwhirl-efe2e658fff530ce3f22013ea285dafbe980d4f9.tar.xz
whirl-efe2e658fff530ce3f22013ea285dafbe980d4f9.zip
docs(cmds): add of2m notice to command: action
-rw-r--r--src/server/cmd/commands/action.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/cmd/commands/action.rs b/src/server/cmd/commands/action.rs
index 9ae5537..e3ed44d 100644
--- a/src/server/cmd/commands/action.rs
+++ b/src/server/cmd/commands/action.rs
@@ -1,6 +1,11 @@
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
+// TODO: of2m-ify
+// Of2m-ifying isn't much of a priority right now as the whole action ordeal hasn't been fully
+// dissected yet.
+// Once more is known about the inner working of actions, it will be of2m-ified.
+
use bytes::{BufMut, BytesMut};
pub fn create_action() -> Vec<u8> {