Commit a223bf07 authored by Pietro Albini's avatar Pietro Albini

Fix posts being sent only to one social at the time

parent b9afb7a5
......@@ -226,7 +226,7 @@ class PostComponent(botogram.Component):
data = {
"text": query.message.reply_to_message.text,
"profile_ids": to_socials,
"profile_ids[]": to_socials,
}
if action == "now":
data["now"] = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment