Skip to content

Commit 7465a40

Browse files
authored
Merge pull request #13 from lightningrodlabs/add-presence
Add presence
2 parents e0c7e1b + 8c643b8 commit 7465a40

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

0.13/lists/curations-0.13.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
"document",
7878
"office"
7979
]
80+
},
81+
{
82+
"toolListUrl": "https://raw.githubusercontent.com/matthme/weave-tool-curation/refs/heads/main/0.13/lists/tool-list-0.13.json",
83+
"toolId": "matthme.presence",
84+
"versionBranch": "0.10.x",
85+
"tags": [
86+
"video calls",
87+
"screen sharing"
88+
]
8089
}
8190
]
8291
}

0.13/modify/curations-0.13.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,21 @@ export default defineCurationLists({
6262
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
6363
toolId: "sweet",
6464
versionBranch: "main",
65-
tags: ["collaboration", "spreadsheet", "table", "data", "document", "office"],
65+
tags: [
66+
"collaboration",
67+
"spreadsheet",
68+
"table",
69+
"data",
70+
"document",
71+
"office",
72+
],
73+
},
74+
{
75+
toolListUrl:
76+
"https://raw.githubusercontent.com/matthme/weave-tool-curation/refs/heads/main/0.13/lists/tool-list-0.13.json",
77+
toolId: "matthme.presence",
78+
versionBranch: "0.10.x",
79+
tags: ["video calls", "screen sharing"],
6680
},
6781
],
6882
},

0 commit comments

Comments
 (0)