Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
elixxir
xxdk-wasm
Merge requests
!121
Fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes
hotfix/fixChanges
into
project/HavenBeta
Overview
1
Commits
3
Pipelines
0
Changes
12
All threads resolved!
Hide all comments
Merged
Jono Wenger
requested to merge
hotfix/fixChanges
into
project/HavenBeta
1 year ago
Overview
1
Commits
3
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
version 2
version 2
f80ceb34
1 year ago
version 1
73103a5e
1 year ago
project/HavenBeta (base)
and
latest version
latest version
24ce35f9
3 commits,
1 year ago
version 2
f80ceb34
2 commits,
1 year ago
version 1
73103a5e
1 commit,
1 year ago
Show latest version
2 files
+
1
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
indexedDb/impl/channels/callbacks.go
+
0
−
6
Options
@@ -96,12 +96,6 @@ func (m *manager) EventUpdate(eventType int64, jsonData []byte) {
m
.
wtm
.
SendMessage
(
wChannels
.
EventUpdateCallbackTag
,
data
)
}
// NicknameUpdate implements [bindings.ChannelUICallbacks.NicknameUpdate]
func
(
m
*
manager
)
NicknameUpdate
(
channelIdBytes
[]
byte
,
nickname
string
,
exists
bool
)
{
jww
.
FATAL
.
Panicf
(
"unimplemented"
)
}
// joinChannelCB is the callback for wasmModel.JoinChannel. Always returns nil;
// meaning, no response is supplied (or expected).
func
(
m
*
manager
)
joinChannelCB
(
data
[]
byte
)
([]
byte
,
error
)
{
Loading