Test for Federated post holding a crypto ledger
-
I had an idea for a while...
Nodebb 'credits' could be held in a federated post ledger. Used for tipping others for helpful posts etc. Transactions can be approved by more than one instance giving 'Likes', checking the updated balances tally when transfers between users.
(This is different from blockchains as not processor intensive).
The balance list below is just to test if a remote instance can update the thread and check transfers!
Bear with me, I think there is something in this ideaUpdate: Tests works well.
@julian@community.nodebb.org 001000
@eeeee@community.nodebb.org 000099
@admin@isurg.org 000050 -
@admin@isurg.org 15 to @julian@community.nodebb.org
@julian@community.nodebb.org 001015
@eeeee@community.nodebb.org 000099
@admin@isurg.org 000035 -
@admin@isurg.org 3 to @eeeee@community.nodebb.org
@julian@community.nodebb.org 001015
@eeeee@community.nodebb.org 000102
@admin@isurg.org 000032 -
eeeee@community.nodebb.organtwortete an eeeee@community.nodebb.org zuletzt editiert von
-
eeeee@community.nodebb.organtwortete an eeeee@community.nodebb.org zuletzt editiert von
So this all works well except for there is no +like on that last post, which was given from external instance.
Ah the like came, but not instantly! -
julian@community.nodebb.organtwortete an eeeee@community.nodebb.org zuletzt editiert von
@eeeee are you liking from one NodeBB to another?
I wasn't aware there were issues with that activity... Can you unlike and try again?
-
Yes it works for upvotes, I just had to wait a moment
-
@julian in theory, should a nodebb page need to be refreshed to update 'likes'?
downvotes dont seem to be coming over -
Another question @julian , it seems the other instances can edit the title of the thread. What is the purpose of that?
It has reflected on the external instance but not on this site yet.Im not sure that someone else should be able to change the title of the OPs post?
So if it doesnt propagate that may be a good thing. -
Ah just found out its possible to move World posts into a category in the external instances, which is great
-
julian@community.nodebb.organtwortete an eeeee@community.nodebb.org zuletzt editiert von
@eeeee said in Test for Federated post holding a crypto ledger:
Another question @julian , it seems the other instances can edit the title of the thread. What is the purpose of that?
It has reflected on the external instance but not on this site yet.Im not sure that someone else should be able to change the title of the OPs post?
So if it doesnt propagate that may be a good thing.It doesn't propagate. It's intentional because other AP software doesn't provide titles.
In those situations, the title is inferred from the content, but it doesn't always end up looking good
So in those situations, editing the title for clarity may be helpful.
-
@eeeee said in Test for Federated post holding a crypto ledger:
@julian in theory, should a nodebb page need to be refreshed to update 'likes'?
downvotes dont seem to be coming overThe page should automatically update. It doesn't always, though. Depends on your local socket.io connection.
Downvotes aren't federating yet.
-
Is the plan not to federate downvotes?
Downvotes are not always helpful actually, look how reddit gets if you say anything the crowd dont agree with. You can get a overall net negative rating just from one post! -
@admin@isurg.org downvotes don't federated currently because few (none?) implementors support them. The protocol does.
NodeBB should support it, it's just less important.
-
Well have to say, this is working very well.
Congrats @julian on a great job -
julian@community.nodebb.organtwortete an eeeee@community.nodebb.org zuletzt editiert von
@eeeee thank you! It's easier to get NodeBB-NodeBB Interop working. It's working with everybody else that's annoying
-
Hi @julian @admin,
what #activity is it? Like is there https://www.w3.org/TR/activitypub/#like-activity-outbox.Update: ah, here we go: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-dislike
-
julian@community.nodebb.organtwortete an mro@digitalcourage.social zuletzt editiert von
@mro@digitalcourage.social Indeed! Also thankfully it's implemented the same way we do it in NodeBB.
Upvotes are separate from downvotes (though the UI and backend arbitrarily limit you from doing this), and you can "unvote", which is like undoing a Like
-
silverpill@mitra.socialantwortete an julian@community.nodebb.org zuletzt editiert von
-
Many offer downvotes as an option that must first be activated by the user. This is also the case in Friendica.