social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

489
active users

#preview

3 posts3 participants0 posts today

This is the final #Preview of the #MusicVideo for 'Diversion' and 'What Would Satisfy You?!' from the #Stifled EP, available now for $1/month on #SubscribeStar along with all of #TheProblem.

subscribestar.com/posts/1689319

If there are no issues, this version of it will be published online, only to likely get shadow-banned for DARING to raise my voice or have any #Emotion at all, 'cuz THAT gets prioritised over the fact ELECTRONS MOVING CAN KILL YOU.

Replied in thread

@patrickmcconnell one thing I’ve been doing to fix `return View` in my previews is to move all the non-View work into .onAppear{}. But some views will require refactoring to mock preview providers or other approaches.

```
#Preview {
MyView()
.onAppear {
// all the work that was previously at the top level of the preview
}
}
```