Humbedooh/asfmm

Is the pending_messages State item needed?

Opened this issue · 0 comments

AFAICT, the state.pending_messages[hashuid] list is only used in the chat.py class, and is only used by that one instance.
So why is it not a local variable?

state.pending_messages[hashuid] = []