Improve comment format

This commit is contained in:
ariskotsomitopoulos 2022-04-05 14:02:08 +03:00
parent e3ac5ad8c1
commit 35a526a482
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ class MessageActionsViewModel @AssistedInject constructor(
private fun canReplyInThread(event: TimelineEvent,
messageContent: MessageContent?,
actionPermissions: ActionPermissions): Boolean {
/* We let reply in thread visible even if threads are not enabled, with an enhanced flow to attract users */
// We let reply in thread visible even if threads are not enabled, with an enhanced flow to attract users
// if (!vectorPreferences.areThreadMessagesEnabled()) return false
if (initialState.isFromThreadTimeline) return false
if (event.root.isThread()) return false