mentioning with page id
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
0a0dd4904e
commit
e9e4862ecf
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user