You are viewing a single comment's thread from:

RE: Exploring SteemTools: A Question About Mentions

in Steem Dev9 days ago

There's an undocumented "min_score" parameter in the bridge.account_notifications method. It appears to me that Hivemind sets the default to 25 and adjusts it to 0 for communities. Presumably, Steemworld uses a lower threshold than 25.

So, I guess the mention notifications that you'd see from a certain account might even be different within condenser, itself, depending on whether its from a blog post or a community post.

I haven't had much luck finding how/where the score is calculated, though. The developer web site just says:

The score value is based on the originating account’s rank.

Not very useful.

I was thinking it had to do with reputation, but I suppose it could be SP, as @adeljose mentioned in replies. I'd swear that we talked about this before, but I can't find the conversation. Maybe @moecki or @the-gorilla can close the gap.

Sort:  

I also think there's a limit to the number of mentions you can make. I think it's something like 10 before nobody receives any (presumably to prevent spam mentions). That'll be why realrobinhood's mentions won't appear.

Hive.blog doesn't have this limit. I don't know if it limits low reputation accounts but I'm pretty certain Steemit does.

We've definitely discussed it before but I don't think that anybody's dug into the codebase to find the rules - if they did, I missed it. It's possibly _notifs_sql() but I know about as much about Hivemind as I do about the first girl I fancied at Primary School.

 7 days ago 

I don't think that anybody's dug into the codebase

I did it :-)
But it's also been a while

 7 days ago 

That's one that I'll bookmark in condenser if that change ever get activated. ;-)

 7 days ago 

Me too, like the quiz :-)
I'm close to activating this change on steemit.steemnet.org... but at the moment there are so many changes in the condenser that I can't keep up with adapting it to my code.

I wonder if it will cost any resources to notify someone. That is, if a user with low SP mentions another user in their post, do they need resources to make it public?

 7 days ago 

No.

You can find some explanations about it in my post.

Greetings, friend, thank you very much for the insight on this topic. Now, when you talk about "rank", what are you referring to? Is it related to SP?

 3 days ago 

Right. The rank is determined by the amount of effective SP.