fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
31 stars 6 forks source link

WordPress Node: Strip trailing slash in `_actor_uri_to_userid`. #283

Open steve-bate opened 1 month ago

steve-bate commented 1 month ago

At least in my WordPress installation the URI is required to have a trailing slash and that ends up being included in the userid with the current Wordpress method override.

Related: #275

jernst commented 1 month ago

Suggest we make this work this way first, and once we have something running, we think again.

steve-bate commented 1 month ago

Suggest we make this work this way first, and once we have something running, we think again.

I'm not sure what you mean. We can't make the URL work with WordPress without the trailing slash.

Are you referring to the hard-coded URL structures rather than specifically to the trailing slash?

jernst commented 1 month ago

I typed this comment into the wrong issue, was intended for #275. Too many windows open.