Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
client
Commits
96957d50
Commit
96957d50
authored
2 years ago
by
Jono Wenger
Browse files
Options
Downloads
Patches
Plain Diff
Remove services from group chat interface that were added by mistake
parent
ecf07c86
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!510
Release
,
!212
Replace usage of manager with interface and add services
,
!207
WIP: Client Restructure
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
groupChat/group.go
+0
-10
0 additions, 10 deletions
groupChat/group.go
with
0 additions
and
10 deletions
groupChat/group.go
+
0
−
10
View file @
96957d50
...
...
@@ -20,7 +20,6 @@
package
groupChat
import
(
"gitlab.com/elixxir/client/cmix/message"
gs
"gitlab.com/elixxir/client/groupChat/groupStore"
"gitlab.com/xx_network/primitives/id"
"time"
...
...
@@ -64,15 +63,6 @@ type GroupChat interface {
// NumGroups returns the number of groups the user is a part of.
NumGroups
()
int
/* ===== Services ======================================================= */
// AddService adds a service for all group chat partners of the given tag,
// which will call back on the given processor.
AddService
(
tag
string
,
processor
message
.
Processor
)
error
// RemoveService removes all services for the given tag.
RemoveService
(
tag
string
)
error
}
// RequestCallback is called when a GroupChat request is received.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment