This commit is contained in:
Mike Macgirvin 2022-12-30 07:45:55 +11:00
parent 59c4ea8558
commit 89baa536d7
2 changed files with 3 additions and 1 deletions

View file

@ -23,3 +23,5 @@ Location Services: Check-in, check-out, and search by distance
Delivery Reports: In a decentralised multi-platform world, stuff happens. Sites and networks sometimes go down. Project developers sometimes introduce bugs and incompatibilities. This allows you to determine what happened to your post or comment and where it actually went once you published it.
Failsafe: Because the best time to have a current backup of your data is 10 seconds ago. Clone your online identity and content to multiple sites using the Nomad protocol and mirror any changes in near realtime. Then if your chosen site goes down (either temporarily or permanently) or you get booted off of it for some reason, your online life doesn't have to come to an end or force you to start over. All your friends and all your content are available on any of your cloned instances - at any time.
Provides the ActivityPub "Client to Server" API for use with external apps.

View file

@ -1,2 +1,2 @@
<?php
define ('STD_VERSION', '22.12.29');
define ('STD_VERSION', '22.12.30');