-
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. Or dislikes if it contains an error.
(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 -
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! -
@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
-
-
@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.
-
julian@community.nodebb.orgreplied to admin last edited by
@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 -
@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.orgreplied to mro@digitalcourage.social last edited by
@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
-
-
feb@loma.mlreplied to julian@community.nodebb.org last edited byMany offer downvotes as an option that must first be activated by the user. This is also the case in Friendica.