mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2024-11-12 15:44:13 -08:00
Issue: Observed Main Menu Behavior #56
This commit is contained in:
parent
68640f8c0e
commit
06163e950a
|
@ -164,6 +164,8 @@ def process_message(sender_id, message, interface, is_sync_message=False):
|
||||||
handle_js8call_steps(sender_id, message, step, interface, state)
|
handle_js8call_steps(sender_id, message, step, interface, state)
|
||||||
elif command == 'GROUP_MESSAGES':
|
elif command == 'GROUP_MESSAGES':
|
||||||
handle_group_message_selection(sender_id, message, step, state, interface)
|
handle_group_message_selection(sender_id, message, step, state, interface)
|
||||||
|
else:
|
||||||
|
handle_help_command(sender_id, interface)
|
||||||
else:
|
else:
|
||||||
handle_help_command(sender_id, interface)
|
handle_help_command(sender_id, interface)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue