You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
make the newly invited warning prettier
This commit is contained in:
@@ -25,9 +25,12 @@ var GeminiScrollbar = require('react-gemini-scrollbar');
|
|||||||
var rate_limited_func = require('../../../ratelimitedfunc');
|
var rate_limited_func = require('../../../ratelimitedfunc');
|
||||||
|
|
||||||
var INITIAL_LOAD_NUM_MEMBERS = 30;
|
var INITIAL_LOAD_NUM_MEMBERS = 30;
|
||||||
var SHARE_HISTORY_WARNING = "Newly invited users will see the history of this room. "+
|
var SHARE_HISTORY_WARNING =
|
||||||
"If you'd prefer invited users not to see messages that were sent before they joined, "+
|
<span>
|
||||||
"turn off, 'Share message history with new users' in the settings for this room.";
|
Newly invited users will see the history of this room. <br/>
|
||||||
|
If you'd prefer invited users not to see messages that were sent before they joined, <br/>
|
||||||
|
turn off, 'Share message history with new users' in the settings for this room.
|
||||||
|
</span>
|
||||||
|
|
||||||
var shown_invite_warning_this_session = false;
|
var shown_invite_warning_this_session = false;
|
||||||
// global promise so people can bulk invite and they all get resolved
|
// global promise so people can bulk invite and they all get resolved
|
||||||
|
|||||||
Reference in New Issue
Block a user