Föderation EN Mi 24.07.2024 19:47:20 Good lort, I thought I bricked my Mastodon instance I think I am going to start doing HashTagGames from my WordPress blog at https://HashtagGames.Online Anyone know how I can upload my @hashtaggames posts from the archive as WordPress posts without spamming the Fediverse? I don't want a couple 1000's post hitting servers at once. #WordPress #ActivityPub I'd really like to have them there as an archive Maybe I can turn AP off, do my import then reactivate WordPress AP plugin? Need to research |
Föderation EN Mi 24.07.2024 19:49:49 @paul @hashtaggames hmmm! Good point! 🤔 |
Föderation EN Mi 24.07.2024 19:58:53 @pfefferle I can successfully import, just want to make sure I am not spamming instances. (I was hoping you would see this post but didn't want to nag tag you, Matthias. 🤭) |
Föderation EN Mi 24.07.2024 20:00:53 @paul feel free to always @-mention me! I try to ignore it as best as I can when I am busy 😉 I will think about that a bit! |
Föderation EN Mi 24.07.2024 20:03:21 Thanks. I am still obsessed with the question of what happens when you deactivate the plugin but have made peace that it is on the DEV teams mind. 😂 |
Föderation EN Mi 24.07.2024 20:28:22 @paul I think, from experience, that temporarily deactivating should work. Unsure about possible other side effects, but the imported posts shouldn’t federate. @pfefferle |
Föderation EN Mi 24.07.2024 20:22:20 @pfefferle @paul @hashtaggames As an immediate step, add a "add_filter" for "activitypub_send_activity_to_followers" to false, run import, remove filter. For the plugin itself, either add a filter to return false if WP_IMPORTING is defined/true or add it to the send_activity_to_followers method, etc. |