Skip to content
Snippets Groups Projects
Commit f07406b4 authored by Éloïs's avatar Éloïs
Browse files

Revert "v1.6.8" and fix ws2p version test

parent c1dc3268
No related branches found
No related tags found
No related merge requests found
{ {
"name": "duniter-ui", "name": "duniter-ui",
"version": "1.6.8", "version": "1.6.7",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "bower install && brunch build", "build": "bower install && brunch build",
......
...@@ -649,7 +649,7 @@ function WebAdmin (duniterServer, startServices, stopServices, listDuniterUIPlug ...@@ -649,7 +649,7 @@ function WebAdmin (duniterServer, startServices, stopServices, listDuniterUIPlug
for (const head of heads) { for (const head of heads) {
let posPubkey = 3; let posPubkey = 3;
// Gestion de l'ancien format // Gestion de l'ancien format
if (head.message.match(/:1:/)) { if (!head.message.match(/:1:/)) {
posPubkey = 2; posPubkey = 2;
} }
const member = yield duniterServer.dal.getWrittenIdtyByPubkey(head.message.split(':')[posPubkey]) const member = yield duniterServer.dal.getWrittenIdtyByPubkey(head.message.split(':')[posPubkey])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment