mentioning with page id
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ekaropolus 2025-07-22 02:09:37 -06:00
parent 0a0dd4904e
commit e9e4862ecf

View File

@ -175,7 +175,7 @@ class FacebookService:
""" """
# Prepend mention if sender_id provided # Prepend mention if sender_id provided
if sender_id: if sender_id:
mention = f"@[{sender_id}:0] " mention = f"https://www.facebook.com/{sender_id} "
message = f"{mention}{message}" message = f"{mention}{message}"
url = f"{self.base_url}/{post_id}/comments" url = f"{self.base_url}/{post_id}/comments"