feat: guest mode

This commit is contained in:
Tristan Yang
2022-08-30 23:20:00 +08:00
parent ac3289b255
commit 5ffd9748fd
11 changed files with 179 additions and 44 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ const Message: FC<IProps> = ({
edited
})
)}
{reactions && <Reaction mid={mid} reactions={reactions} />}
{reactions && <Reaction mid={mid} reactions={reactions} readOnly={readOnly} />}
</div>
</div>
</ContextMenu>