@rmdes/indiekit-endpoint-activitypub 2.8.1 → 2.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-activitypub",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.",
5
5
  "keywords": [
6
6
  "indiekit",
@@ -13,9 +13,9 @@
13
13
  </div>
14
14
  {% endif %}
15
15
  {% if replyContext.content and (replyContext.content.html or replyContext.content.text) %}
16
- <blockquote class="ap-compose__context-text">
16
+ <div class="ap-card__content ap-compose__context-text">
17
17
  {{ replyContext.content.html | safe if replyContext.content.html else replyContext.content.text | truncate(300) }}
18
- </blockquote>
18
+ </div>
19
19
  {% endif %}
20
20
  <a href="{{ replyTo }}" class="ap-compose__context-link" target="_blank" rel="noopener">{{ replyTo }}</a>
21
21
  </div>