Skip to content

Commit

Permalink
Merge pull request #13 from lightningrodlabs/add-presence
Browse files Browse the repository at this point in the history
Add presence
  • Loading branch information
LeosPrograms authored Jan 23, 2025
2 parents e0c7e1b + 8c643b8 commit 7465a40
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 0.13/lists/curations-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@
"document",
"office"
]
},
{
"toolListUrl": "https://raw.githubusercontent.com/matthme/weave-tool-curation/refs/heads/main/0.13/lists/tool-list-0.13.json",
"toolId": "matthme.presence",
"versionBranch": "0.10.x",
"tags": [
"video calls",
"screen sharing"
]
}
]
}
Expand Down
16 changes: 15 additions & 1 deletion 0.13/modify/curations-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,21 @@ export default defineCurationLists({
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
toolId: "sweet",
versionBranch: "main",
tags: ["collaboration", "spreadsheet", "table", "data", "document", "office"],
tags: [
"collaboration",
"spreadsheet",
"table",
"data",
"document",
"office",
],
},
{
toolListUrl:
"https://raw.githubusercontent.com/matthme/weave-tool-curation/refs/heads/main/0.13/lists/tool-list-0.13.json",
toolId: "matthme.presence",
versionBranch: "0.10.x",
tags: ["video calls", "screen sharing"],
},
],
},
Expand Down

0 comments on commit 7465a40

Please sign in to comment.