diff options
| author | Fuwn <[email protected]> | 2021-05-01 23:43:28 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-01 23:43:28 +0000 |
| commit | 7971005becd485bbe8efa74d326bd15b517ed5ad (patch) | |
| tree | 26efdebc8ffe76c5fed2c66c2b5e7b610371dba3 /src/server | |
| parent | refactor(cmds): remove unimplemented command: whisper (diff) | |
| download | whirl-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.rs | 5 |
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> { |