We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b69c5 commit e2dc181Copy full SHA for e2dc181
main.js
@@ -191,7 +191,7 @@ const bot = new LemmyBot.LemmyBot({
191
192
for (const community of communities) {
193
if (community.feeds.includes(feed.name)) {
194
- const communityId = await getCommunityId(community.slug)
+ const communityId = await getCommunityId({ name: community.slug, instance: community.instance })
195
await createPost({
196
name: item.title,
197
body: ((feed.content && feed.content === 'summary') ? item.summary : item.content),
0 commit comments