Commit 45674210b35896be90e8620ace36b918fdf4c9b1
avoid double decoration
Reto Gmür committed on 8/17/2021, 1:18:38 PMParent: 014d8921fce193c2007afab069201a9633d3d87a
Files changed
feedSubscriptions.ts | changed |
feedSubscriptions.ts | ||
---|---|---|
@@ -50,9 +50,9 @@ | ||
50 | 50 … | log.debug(`Updating Feed ${feedKey} from ${from}`); |
51 | 51 … | const historyStream = await rpcConnection.sendSourceRequest({ |
52 | 52 … | "name": ["createHistoryStream"], |
53 | 53 … | "args": [{ |
54 | - "id": `@${feedKey}.ed25519`, | |
54 … | + "id": feedKey.toString(), | |
55 | 55 … | "seq": from, |
56 | 56 … | }], |
57 | 57 … | }); |
58 | 58 … | return (async () => { |
Built with git-ssb-web