Small Code Fixups #505

Merged
sarah merged 2 commits from code-fixes into master 2023-04-18 03:25:28 +00:00
Owner
No description provided.
dan was assigned by sarah 2023-04-17 19:16:39 +00:00
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/137
sarah force-pushed code-fixes from 2dc92e565b to dbac41d949 2023-04-17 19:34:05 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/138
dan approved these changes 2023-04-17 20:22:46 +00:00
@ -162,3 +162,1 @@
func (ap *application) AddPlugin(peerid string, id plugins.PluginID, bus event.Manager, acn connectivity.ACN) {
if _, exists := ap.plugins.Load(peerid); !exists {
ap.plugins.Store(peerid, []plugins.Plugin{})
func (app *application) AddPlugin(peerid string, id plugins.PluginID, bus event.Manager, acn connectivity.ACN) {
Owner

hahaha legacy from when we had a more composed app, I guess when I remerged them I missed this. i think here ap was in context for AppPlugin struct

hahaha legacy from when we had a more composed app, I guess when I remerged them I missed this. i think here `ap` was in context for AppPlugin struct
sarah merged commit c4460b67a1 into master 2023-04-18 03:25:28 +00:00
Sign in to join this conversation.
No description provided.