mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 09:23:44 +08:00
55c4a550c1
This feature adds the replying indicator in threads, it uses the same `/chat-reply/CHANNEL_ID` prefix than the channel composer replying indicator as we don't have specific right on threads ATM (if you can access channel, you can access thread). Thread will however use a presence channel name of the following format: `/chat-reply/CHANNEL_ID/thread/THREAD_ID` This commit also simplifies the computation of `users` to eventually avoid a race-condition leading to a leak of the indicator in another channel/thread. <!-- NOTE: All pull requests should have tests (rspec in Ruby, qunit in JavaScript). If your code does not include test coverage, please include an explanation of why it was omitted. --> |
||
---|---|---|
.. | ||
chat-channel-archive-modal-inner-test.js | ||
chat-channel-card-test.js | ||
chat-channel-delete-modal-inner-test.js | ||
chat-channel-leave-btn-test.js | ||
chat-channel-metadata-test.js | ||
chat-channel-preview-card-test.js | ||
chat-channel-row-test.js | ||
chat-channel-settings-saved-indicator-test.js | ||
chat-channel-settings-view-test.js | ||
chat-channel-status-test.js | ||
chat-channel-title-test.js | ||
chat-composer-dropdown-test.js | ||
chat-composer-inline-buttons-test.js | ||
chat-composer-placeholder-test.js | ||
chat-composer-upload-test.js | ||
chat-composer-uploads-test.js | ||
chat-emoji-avatar-test.js | ||
chat-emoji-picker-test.js | ||
chat-message-avatar-test.js | ||
chat-message-collapser-test.js | ||
chat-message-info-test.js | ||
chat-message-move-to-channel-modal-inner-test.js | ||
chat-message-reaction-test.js | ||
chat-message-separator-date-test.js | ||
chat-message-separator-new-test.js | ||
chat-message-test.js | ||
chat-message-text-test.js | ||
chat-replying-indicator-test.js | ||
chat-retention-reminder-test.js | ||
chat-retention-reminder-text-test.js | ||
chat-upload-test.js | ||
chat-user-avatar-test.js | ||
chat-user-display-name-test.js | ||
chat-user-info-test.js | ||
collapser-test.js | ||
dc-filter-input-test.js | ||
direct-message-creator-test.js | ||
on-visibility-action-test.js | ||
user-card-chat-button-test.js |