Skip to content
Snippets Groups Projects
Unverified Commit 2f425aa0 authored by anatawa12's avatar anatawa12 Committed by GitHub
Browse files

fix: ブロックされててもpure RNできる (#12758)

なぜかわからないけど元々Quoteはできるようなのでそれに戻しました
parent e852f4b6
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ export class NoteCreateService implements OnApplicationShutdown {
}
// Check blocking
if (this.isQuote(data)) {
if (data.renote && !this.isQuote(data)) {
if (data.renote.userHost === null) {
if (data.renote.userId !== user.id) {
const blocked = await this.userBlockingService.checkBlocked(data.renote.userId, user.id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment