diff options
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +Looks like under certain circumstances got_focus_hook + can be fired earlier than open_chat_post_hook, + and its handler fails because it looks at the per-chat + state open_chat_post_hook handler initializes. + A workaround is needed. + |