teremterem / swipe-thought-bot

MIT License
0 stars 0 forks source link

Introduce "UpdateScope" and get rid of StateAwareHandlers abstraction #80

Closed teremterem closed 3 years ago

teremterem commented 3 years ago

UpdateScope instance can be an attribute of SwiperConversation and conversation state can be accessible through it (rather than using StateAwareHandlers).

teremterem commented 3 years ago

StateAwareHandlers are here to stay - there is no other straightforward way to make handlers aware of current conversation state.