/** Keys, username, and password are not needed for the initial call. This will check the login and may trigger an action to prompt for the password / key. */
exportfunction*broadcastOperation({
payload:{
...
...
@@ -387,9 +391,13 @@ function* broadcastPayload({
function*accepted_comment({operation}){
const{author,permlink}=operation;
//sleep for a few seconds so we can get the latest info from hivemind once it updates (this is a temporary workaround)