Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!1207
Rename legacy PleromaFE Chat functionality to "Shout"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rename legacy PleromaFE Chat functionality to "Shout"
chore/rename-chat
into
develop
Overview
14
Commits
5
Pipelines
8
Changes
15
All threads resolved!
Hide all comments
Merged
feld
requested to merge
chore/rename-chat
into
develop
4 years ago
Overview
14
Commits
5
Pipelines
8
Changes
1
All threads resolved!
Hide all comments
Expand
This complements
pleroma!2842 (merged)
Edited
3 years ago
by
feld
0
0
Merge request reports
Compare
version 4
version 7
21477d07
3 years ago
version 6
ed824d96
3 years ago
version 5
e0cde9a2
3 years ago
version 4
0604b1d5
3 years ago
version 3
fb0211b7
4 years ago
version 2
485fc918
4 years ago
version 1
8ca31d5a
4 years ago
develop (base)
and
version 5
latest version
bd98ecb3
5 commits,
3 years ago
version 7
21477d07
4 commits,
3 years ago
version 6
ed824d96
3 commits,
3 years ago
version 5
e0cde9a2
2 commits,
3 years ago
version 4
0604b1d5
1 commit,
3 years ago
version 3
fb0211b7
3 commits,
4 years ago
version 2
485fc918
2 commits,
4 years ago
version 1
8ca31d5a
1 commit,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/modules/shout.js
+
1
−
1
Options
@@ -17,7 +17,7 @@ const shout = {
},
actions
:
{
initializeShout
(
store
,
socket
)
{
const
channel
=
socket
.
channel
(
'
shou
t:public
'
)
const
channel
=
socket
.
channel
(
'
cha
t:public
'
)
channel
.
on
(
'
new_msg
'
,
(
msg
)
=>
{
store
.
commit
(
'
addMessage
'
,
msg
)
})
Loading