Skip to content

Commit

Permalink
リンク認証をオフに
Browse files Browse the repository at this point in the history
前認証したものは影響されない
  • Loading branch information
kanarikanaru committed Mar 26, 2024
1 parent 2c09d47 commit 588ed70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/backend/src/server/api/endpoints/i/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,10 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
// フォロワーにUpdateを配信
this.accountUpdateService.publishToFollowers(user.id);

const urls = updatedProfile.fields.filter(x => x.value.startsWith('https://'));
for (const url of urls) {
this.verifyLink(url.value, user);
}
//const urls = updatedProfile.fields.filter(x => x.value.startsWith('https://'));
//for (const url of urls) {
// this.verifyLink(url.value, user);
//}

return iObj;
});
Expand Down

0 comments on commit 588ed70

Please sign in to comment.