Florian Felsing
Florian Felsing
@Havoc85 You need to generate or create an inherited Devise controller for sessions first. You can do that by running the following command (assuming that "user" is your Devise model):...
Is still issue still relevant and available? If so, I'd be happy to work on it! Edit: Could take care of #576 along with it.
Sure: ```ruby module Telegram module Bot class UpdatesController class LogSubscriber FILTERED_PARAMS = %i[text].freeze def start_processing(event) info do payload = event.payload update = sanitize_sensitive_data(payload[:update]) "Processing by #{payload[:controller]}##{payload[:action]}\n " \ "Update: #{update.to_json}"...
Let me know if that makes sense to you / if you have any preferences regarding implementation and I'd be glad to work on this one some time during the...
Thanks for following up with this!