# 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:** 169

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [April 4, 2024, 9:02am UTC](https://meta.discourse.org/t/activitypub-plugin/266794/169 "2024-04-04T09:02:52Z")

</div>

> [@gde](#):
>
> I didn’t expect was that new lines or line breaks must not be used between the `[note][/note]` tags in order for them to be taken into account

I’ve added block support to `[note][/note]` tags in this PR (it needs to be reviewed and merged)

[https://github.com/discourse/discourse-activity-pub/pull/81](https://github.com/discourse/discourse-activity-pub/pull/81)

This will be standard Discourse markdown block support following the approach described here

> [@Discourse CommonMark migration plans confetti\_ball balloon](https://meta.discourse.org/t/discourse-commonmark-migration-plans-confetti-ball-balloon/64234/6):
>
> I may pull this out to another topic, but I feel that I need to hammer_and_wrench hamster some stuff. Inline multiline quote[quote]that spans lines and blocks [/quote]Is a terrible format should not be supported Instead joy_catman_in_tuxedo:t4 Inline multiline quote [quote] that spans lines and blocks [/quote] Is a terrible format should not be supported At least the new format can not be as unreadable.

So this

```plaintext
[note]
First line

Second line
[/note]

Third line

```

Will produce a Note content of

```plaintext
"First line\nSecond line"

```

Whereas this

```plaintext
[note]First line

Second line[/note]

Third line

```

Will produce a Note content of

```plaintext
First line\nSecond line\nThird line

```

(i.e. the `[note][/note]` tags are ignored and removed)

> [@Mte90](#):
>
> The account exists on mastodon and in the log I have finally something for you:
> 
> `[Discourse Activity Pub] https://forum.linux.it/ap/actor/fc1e23a5fc2214ab70c6c0aa1061a4f0 failed to schedule https://forum.linux.it/ap/activity/229b771ac7e5943928795da1122d847d for delivery: no recipients`

This means there is no-one following the Category actor, so it’s got no-one to deliver to.

---

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