From efe2e658fff530ce3f22013ea285dafbe980d4f9 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 1 May 2021 23:43:28 -0700 Subject: docs(cmds): add of2m notice to command: action --- src/server/cmd/commands/action.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 { -- cgit v1.2.3