adding post id for debbuging
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e9e4862ecf
commit
dfede40ae4
@ -176,7 +176,7 @@ class FacebookService:
|
||||
# Prepend mention if sender_id provided
|
||||
if sender_id:
|
||||
mention = f"https://www.facebook.com/{sender_id} "
|
||||
message = f"{mention}{message}"
|
||||
message = f"{mention}{message}{post_id}"
|
||||
|
||||
url = f"{self.base_url}/{post_id}/comments"
|
||||
payload = {"message": message, "access_token": access_token}
|
||||
|
Loading…
x
Reference in New Issue
Block a user