git ssb

2+

mixmix / ticktack



Commit 7779f9c9d2cdbdd4c87c70c472fba5c510d780ca

Merge pull request #150 from ticktackim/key-export-update-sbot

WIP key export (with sbot updated)

Worked well for me.
Andre Alves Garzia authored on 6/2/2018, 8:11:24 PM
GitHub committed on 6/2/2018, 8:11:24 PM
Parent: 87346349dd7d0ff160bde53ada8894333856c461
Parent: 0f3f8657225d9eb6e00c551660cc3a05e760c3bd

Files changed

package-lock.jsonchanged
package.jsonchanged
translations/en.jschanged
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 283951 bytes
New file size: 256999 bytes
package.jsonView
@@ -59,22 +59,21 @@
5959 "read-directory": "^2.1.0",
6060 "require-style": "^1.0.1",
6161 "run-parallel": "^1.1.9",
6262 "scuttle-blog": "^1.0.1",
63- "scuttlebot": "10.4.10",
64- "secret-stack": "4.0.1",
63+ "scuttlebot": "^11.3.0",
6564 "setimmediate": "^1.0.5",
66- "ssb-about": "^0.1.0",
67- "ssb-backlinks": "^0.6.1",
65+ "ssb-about": "^0.1.2",
66+ "ssb-backlinks": "^0.7.1",
6867 "ssb-blobs": "^1.1.4",
6968 "ssb-client": "4.5.2",
7069 "ssb-config": "^2.2.0",
7170 "ssb-ebt": "^5.2.0",
7271 "ssb-friends": "^2.4.0",
7372 "ssb-keys": "^7.0.10",
7473 "ssb-markdown": "^3.3.0",
7574 "ssb-mentions": "^0.4.0",
76- "ssb-private": "^0.1.2",
75+ "ssb-private": "^0.2.1",
7776 "ssb-query": "^2.1.0",
7877 "ssb-reduce-stream": "^1.0.2",
7978 "ssb-ref": "^2.7.1",
8079 "ssb-server-channel": "^1.1.1",
translations/en.jsView
@@ -220,9 +220,9 @@
220220 dialog: {
221221 label: 'Import Identity',
222222 title: 'Import Identity'
223223 },
224- details: 'Reconstructing your identity will take some time. Ticktack will launch once your identity is synchoronized, but it will take some time to gather your friends data, so some message and blogs will arrive later. You can safely close this window and Ticktack will resume sync next time you open it.'
224+ details: 'Reconstructing your identity will take some time. Ticktack will launch once your identity is synchronized, but it will take some time to gather your friends data, so some messages and blogs will arrive later. You can safely close this window and Ticktack will resume sync next time you open it.'
225225 }
226226 },
227227 languages: {
228228 en: 'English',

Built with git-ssb-web