forked from mirrors/misskey
enhance(frontend): improve MkTl rendering
This commit is contained in:
@@ -18,7 +18,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</MkInput>
|
||||
</div>
|
||||
|
||||
<MkTl :events="timeline">
|
||||
<MkTl :events="timeline" groupBy="d">
|
||||
<template #left="{ event }">
|
||||
<div>
|
||||
<MkAvatar :user="event.user" style="width: 26px; height: 26px;"/>
|
||||
|
||||
Reference in New Issue
Block a user