@fedify/fedify 1.1.0-dev.423 → 1.1.0-dev.428

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/CHANGES.md CHANGED
@@ -8,6 +8,10 @@ Version 1.1.0
8
8
 
9
9
  To be released.
10
10
 
11
+ - Added `EmojiReact` class to Activity Vocabulary API. [[FEP-c0e0]]
12
+
13
+ [FEP-c0e0]: https://w3id.org/fep/c0e0
14
+
11
15
 
12
16
  Version 1.0.2
13
17
  -------------
package/FEDERATION.md CHANGED
@@ -29,6 +29,7 @@ Supported FEPs
29
29
  - [FEP-521a][]: Representing actor's public keys
30
30
  - [FEP-5feb][]: Search indexing consent for actors
31
31
  - [FEP-c7d3][]: Ownership
32
+ - [FEP-c0e0][]: Emoji reactions
32
33
 
33
34
  [FEP-67ff]: https://w3id.org/fep/67ff
34
35
  [FEP-8fcf]: https://w3id.org/fep/8fcf
@@ -37,6 +38,7 @@ Supported FEPs
37
38
  [FEP-521a]: https://w3id.org/fep/521a
38
39
  [FEP-5feb]: https://w3id.org/fep/5feb
39
40
  [FEP-c7d3]: https://w3id.org/fep/c7d3
41
+ [FEP-c0e0]: https://w3id.org/fep/c0e0
40
42
 
41
43
 
42
44
  ActivityPub
@@ -9,4 +9,6 @@ defaultContext:
9
9
  - "https://w3id.org/identity/v1"
10
10
  - "https://www.w3.org/ns/activitystreams"
11
11
  - "https://w3id.org/security/data-integrity/v1"
12
+ - toot: "http://joinmastodon.org/ns#"
13
+ Emoji: "toot:Emoji"
12
14
  properties: []
@@ -0,0 +1,17 @@
1
+ $schema: ../codegen/schema.yaml
2
+ name: EmojiReact
3
+ compactName: EmojiReact
4
+ uri: "http://litepub.social/ns#EmojiReact"
5
+ extends: "https://www.w3.org/ns/activitystreams#Activity"
6
+ entity: true
7
+ description: |
8
+ Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
9
+ defaultContext:
10
+ - "https://w3id.org/identity/v1"
11
+ - "https://www.w3.org/ns/activitystreams"
12
+ - "https://w3id.org/security/data-integrity/v1"
13
+ - litepub: "http://litepub.social/ns#"
14
+ toot: "http://joinmastodon.org/ns#"
15
+ EmojiReact: "litepub:EmojiReact"
16
+ Emoji: "toot:Emoji"
17
+ properties: []
@@ -11,4 +11,6 @@ defaultContext:
11
11
  - "https://w3id.org/identity/v1"
12
12
  - "https://www.w3.org/ns/activitystreams"
13
13
  - "https://w3id.org/security/data-integrity/v1"
14
+ - toot: "http://joinmastodon.org/ns#"
15
+ Emoji: "toot:Emoji"
14
16
  properties: []