Livestream comment delete/edit fix #5971

Merged
infinite-persistence merged 3 commits from ip/livestream-comment-delete into master 2021-05-04 17:08:36 +02:00

3 commits

Author SHA1 Message Date
infinite-persistence
455f65303f
Disable deleting hyperchats
The "total tipped" will get deducted when hyperchats are deleted, which doesn't make sense (doesn't reflect actual total that the creator received).
2021-04-29 03:32:13 +08:00
infinite-persistence
f5aceeeb4d
Disable editing livestream comments
It doesn't do anything at the moment, anyways.
2021-04-29 01:43:56 +08:00
infinite-persistence
741fbddfa2
Fix ability to delete own comments in livestream
## Issue
5832: can't remove own comments in live stream mode (if you have multiple channels?)

Looks like it was just missing `commentIsMine` for the new component.
2021-04-29 01:43:55 +08:00