aboutsummaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-01 23:43:28 +0000
committerFuwn <[email protected]>2021-05-01 23:43:28 +0000
commit7971005becd485bbe8efa74d326bd15b517ed5ad (patch)
tree26efdebc8ffe76c5fed2c66c2b5e7b610371dba3 /src/server
parentrefactor(cmds): remove unimplemented command: whisper (diff)
downloadwhirl-7971005becd485bbe8efa74d326bd15b517ed5ad.tar.xz
whirl-7971005becd485bbe8efa74d326bd15b517ed5ad.zip
docs(cmds): add of2m notice to command: action
Diffstat (limited to 'src/server')
-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> {