-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
FightPandemics-Telegram/chatbot/app/handlers/create_post.py
Lines 235 to 240 in 156d659
| # TODO should then check if user wants to edit or submit | |
| return State.SUBMIT_POST | |
| def _format_preview(context): | |
| title = context.user_data[user_data.POST_TITLE] |