mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 14:46:40 +09:00
リモートユーザーを正しくブロックできるように修正する (#9027)
This commit is contained in:
parent
9d5901a779
commit
b6556c7ff1
@ -7,7 +7,7 @@ import { Blocking } from '@/models/entities/blocking.js';
|
||||
* @param block The block to be rendered. The blockee relation must be loaded.
|
||||
*/
|
||||
export function renderBlock(block: Blocking) {
|
||||
if (block.blockee?.url == null) {
|
||||
if (block.blockee?.uri == null) {
|
||||
throw new Error('renderBlock: missing blockee uri');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user