@fedify/fedify 1.1.0-dev.434 → 1.1.0-dev.439
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 +3 -0
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -56,6 +56,9 @@ To be released.
|
|
|
56
56
|
- `Service.clone()` method now accepts `service` option.
|
|
57
57
|
- `Service.clone()` method now accepts `services` option.
|
|
58
58
|
|
|
59
|
+
- In the `fedify inbox` command's web interface, the *Raw Activity* tab is
|
|
60
|
+
added to show the raw JSON object of the received activity.
|
|
61
|
+
|
|
59
62
|
[FEP-c0e0]: https://w3id.org/fep/c0e0
|
|
60
63
|
[FEP-9091]: https://w3id.org/fep/9091
|
|
61
64
|
[#146]: https://github.com/dahlia/fedify/issues/146
|