Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
78b1a5c4
Commit
78b1a5c4
authored
Apr 14, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show send button by default
parent
ced8b8ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGES.md
CHANGES.md
+2
-0
docs/source/configuration.rst
docs/source/configuration.rst
+1
-1
src/converse-chatview.js
src/converse-chatview.js
+1
-1
No files found.
CHANGES.md
View file @
78b1a5c4
...
...
@@ -29,6 +29,8 @@ Soon we'll deprecate the latter, so prepare now.
-
Remove the configuration setting
`muc_show_join_leave_status`
. The optional status message is no longer shown at all.
-
Support for XEP-0156 is now enabled by default (which means that
[
discover_connection_methods
](
https://conversejs.org/docs/html/configuration.html#discover-connection-methods
)
now has a default value of
`true`
).
-
[
show_send_button
](
https://conversejs.org/docs/html/configuration.html#show-send-button
)
now has a default value of
`true`
.
-
New configuration setting
[
muc_hats_from_vcard
](
https://conversejs.org/docs/html/configuration.html#muc-hats-from-vcard
)
.
## 6.0.0 (2020-01-09)
...
...
docs/source/configuration.rst
View file @
78b1a5c4
...
...
@@ -1656,7 +1656,7 @@ be turned off by setting this config variable to ``false``.
show_send_button
----------------
* Default: ``
fals
e``
* Default: ``
tru
e``
Adds a button to the chat which can be clicked or tapped in order to send the
message.
...
...
src/converse-chatview.js
View file @
78b1a5c4
...
...
@@ -62,7 +62,7 @@ converse.plugins.add('converse-chatview', {
api
.
settings
.
update
({
'
auto_focus
'
:
true
,
'
message_limit
'
:
0
,
'
show_send_button
'
:
fals
e
,
'
show_send_button
'
:
tru
e
,
'
show_retraction_warning
'
:
true
,
'
show_toolbar
'
:
true
,
'
visible_toolbar_buttons
'
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment