feat: make /transfer bidirectional across telegram and tui

This commit is contained in:
William Valentin
2026-02-18 07:55:08 -08:00
parent d48adbe0b0
commit 16af5e75fd
13 changed files with 262 additions and 17 deletions
+1
View File
@@ -89,6 +89,7 @@ describe('parseCommand', () => {
it('parses /transfer command', () => {
expect(parseCommand('/transfer telegram')).toEqual({ type: 'transfer', target: 'telegram' });
expect(parseCommand('/transfer')).toEqual({ type: 'transfer', target: '' });
});
it('parses /queue commands', () => {