Skip to content

Commit

Permalink
Make posts unlisted
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Weiner committed Nov 13, 2024
1 parent 02aac8f commit 25a799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/meteApiUsersRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const postDrinkToMastodon = async (drinkId: number) => {
const drink = await drinkResponse.json();
await masto.v1.statuses.create({
status: `${drink.name} wurde gekauft!`,
visibility: "public",
visibility: "unlisted",
});
};

Expand Down

0 comments on commit 25a799a

Please sign in to comment.