seed-hypermedia / mintter

Mintter: an app for knowledge communities. Powered by the Hypermedia protocol.
https://mintter.com
Apache License 2.0
158 stars 10 forks source link

Bug: Broken "Follow" button in tweet embed #1686

Open ericvicenti opened 5 months ago

ericvicenti commented 5 months ago

The Tweet embed has a "follow" button that does not do anything. Can we remove it?

iskaktoltay commented 3 months ago

It is part of a component from react-tweet package. Removing it would require to create a custom component for tweet's header or copying the whole component code into our codebase. Is that fine? @ericvicenti