Tracking: Fix adoption link not prioritized in Mastodon#99
Conversation
| packaging==26.2 | ||
| pluggy==1.6.0 | ||
| Pygments==2.20.0 | ||
| pytest==9.0.3 |
There was a problem hiding this comment.
pytest was not needed in requirements before i think
| from abstractions import AdoptablePet | ||
| from social_posters.mastodon import PosterMastodon | ||
|
|
||
| def postExceed500CharsLimitWithAdoptionLink(): |
There was a problem hiding this comment.
python function should follow snake_case fyi as a convention
| from abstractions import AdoptablePet | ||
| from social_posters.mastodon import PosterMastodon | ||
|
|
||
| def postExceed500CharsLimitWithAdoptionLink(): |
There was a problem hiding this comment.
| def postExceed500CharsLimitWithAdoptionLink(): | |
| def post_exceed_500_chars_limit_with_adoption_link(): |
|
gonna wait until my test account is recovered and i want to see how it looks in test account for my newly implemented comment section splitting thingy |
…Boston into mastodon-fix-link merge
testing account recovery rejected. I will open a new account for testing purpose and this time significantly reduce manual testing and clean up after testing |
|
Updated Mastodon Test account, tried manual testing and it works okay. May need to reduce maximum 5 replies to 3 or even 2 replies for extra text. |
|
Refactored debugging/tracing functionality into a pipeline utils. Need to trim/remove unnecessary level 2 tracing in Mastodon (since we already have pipeline). |
This is for tracking purposes only and have been split into two features.
Mastodon and the domain we use for Mastodon posting has a strict 500 word limit. Since Mastodon implementation uses default caption formatting in abstractions, it also puts the link below the body of the caption. When text goes near or over 500 word limit, then link gets buried.