From b1640408f8a77fa8561c2c3d3a51b1a85ece8af7 Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Thu, 1 Jun 2023 13:20:20 -0700
Subject: [PATCH] Fix documentation

---
 wasm/channels.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wasm/channels.go b/wasm/channels.go
index 3f25559b..c452d1ad 100644
--- a/wasm/channels.go
+++ b/wasm/channels.go
@@ -1703,7 +1703,7 @@ func (cm *ChannelsManager) SetMobileNotificationsLevel(_ js.Value, args []js.Val
 	return nil
 }
 
-// GetNotificationReportsForMe checks the notification data against the filter
+// GetChannelNotificationReportsForMe checks the notification data against the filter
 // list to determine which notifications belong to the user. A list of
 // notification reports is returned detailing all notifications for the user.
 //
-- 
GitLab