board now uses sha256
This commit is contained in:
parent
24d682860f
commit
71c9337ab7
6 changed files with 16 additions and 8 deletions
|
@ -97,7 +97,9 @@ function appendMessages(msg, blockHash, beforeHash){
|
|||
div[3].textContent = msg['meta']['signer'].substr(0, 5)
|
||||
setHumanReadableIDOnPost(div[3], msg['meta']['signer'])
|
||||
div[3].title = msg['meta']['signer']
|
||||
identicon[0].src = "data:image/svg+xml;base64," + userIcon(msg['meta']['signer'])
|
||||
userIcon(msg['meta']['signer']).then(function(data){
|
||||
identicon[0].src = "data:image/svg+xml;base64," + data
|
||||
})
|
||||
}
|
||||
else{
|
||||
identicon[0].remove()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue