Formating message
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ekaropolus 2025-07-22 16:33:05 -06:00
parent 71a6dd2767
commit 5e98aee93b

View File

@ -205,7 +205,7 @@ class FacebookService:
# Prepend mention if sender_id provided
if sender_id:
mention = f"https://www.facebook.com/{sender_id} "
message = f"{mention}{message}{post_id}"
message = f"{mention}\n\n{message}\n\n https://wa.me/447887147696"
url = f"{self.base_url}/{post_id}/comments"
payload = {"message": message, "access_token": access_token}