# ActivityPub Plugin

**URL:** https://meta.discourse.org/t/activitypub-plugin/266794
**Category:** Plugin
**Tags:** experimental, activitypub
**Created:** [May 31, 2023, 5:21pm UTC](https://meta.discourse.org/t/activitypub-plugin/266794 "2023-05-31T17:21:52Z")
**Posts on this page:** 1
**Showing post:** 454

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [May 20, 2025, 8:47am UTC](https://meta.discourse.org/t/activitypub-plugin/266794/454 "2025-05-20T08:47:23Z")

</div>

Ah, this looks like it may have changed for mobile based on the new way ‘more’ is displayed.

I think this should do it for ‘Federation’:

```css
.sidebar-more-section-content { 
    li[data-list-item-name=activity-pub-about] { 
        display: none !important; 
    }   
}

```

---

_[View the full topic](https://meta.discourse.org/t/activitypub-plugin/266794)._
