akirk / enable-mastodon-apps

Allow accessing your WordPress blog with Mastodon clients
https://wordpress.org/plugins/enable-mastodon-apps
GNU General Public License v2.0
34 stars 5 forks source link

First Line isn't Post-title #22

Closed soehlschlaeger closed 1 year ago

soehlschlaeger commented 1 year ago

I had tested it in Mona. I'm using standard posts.

Any ideas for debugging?

Wordpress Post Title created in WordPress are not showing in Mona too.

Ps: great work!

soehlschlaeger commented 1 year ago

I see. It's a problem with Mona on IOS.

akirk commented 1 year ago

Could you describe the problem in a little more detail? Maybe with screenshots? Thanks!

soehlschlaeger commented 1 year ago

image

This is my composer... first line is my headline.

soehlschlaeger commented 1 year ago

image

So, it isn't in the headline on Wordpress.

akirk commented 1 year ago

I see, maybe we can handle this, though. Could you use the debug mode see (#23) and submit the post and then check the screen if you see a request POST /api/v1/statuses and what parameters it sends (please update to 0.3.6 before since I fixed a logging bug htere)? I just tried it locally with Mona and it worked fine. Please double check that the status for Mona is actually set to "standard".

Screenshot 2023-05-06 at 20 29 03
soehlschlaeger commented 1 year ago

I see, maybe we can handle this, though. Could you use the debug mode see (#23) and submit the post and then check the screen if you see a request POST /api/v1/statuses and what parameters it sends (please update to 0.3.6 before since I fixed a logging bug htere)? I just tried it locally with Mona and it worked fine. Please double check that the status for Mona is actually set to "standard".

Screenshot 2023-05-06 at 20 29 03

"Please double check that the status for Mona is actually set to "standard""

This was it. Now this is fine. Thanks for the help. And, I have to say it one more time: GREAT JOB!