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
7c21341d
Commit
7c21341d
authored
May 27, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #410 from thierrytiti/offline-status
Offline Pretty Status
parents
0e47e72c
24b204e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
converse.js
converse.js
+2
-0
docs/CHANGES.rst
docs/CHANGES.rst
+1
-0
No files found.
converse.js
View file @
7c21341d
...
...
@@ -4820,6 +4820,8 @@
pretty_status
=
__
(
'
away for long
'
);
}
else
if
(
stat
===
'
away
'
)
{
pretty_status
=
__
(
'
away
'
);
}
else
if
(
stat
===
'
offline
'
)
{
pretty_status
=
__
(
'
offline
'
);
}
else
{
pretty_status
=
__
(
stat
)
||
__
(
'
online
'
);
}
...
...
docs/CHANGES.rst
View file @
7c21341d
...
...
@@ -15,6 +15,7 @@ Changelog
* CSS fix: room-info bug on hover after room description loaded [thierrytiti]
* I18N: Autodetection of User Locale if no i18n setting is set. [thierrytiti]
* CSS: Fonts Path: editabable $font-path via sass/variables.scss [thierrytiti]
* Add offline pretty status to enable translation [thierrytiti]
0.9.3 (2015-05-01)
------------------
...
...
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