Skip to content
Snippets Groups Projects
Commit 72f3cfa0 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed formatting

parent c8520318
No related branches found
No related tags found
1 merge request!117Release
...@@ -36,7 +36,7 @@ func (nfmr *NotificationForMeReport) Source() []byte { ...@@ -36,7 +36,7 @@ func (nfmr *NotificationForMeReport) Source() []byte {
// NotificationForMe Check if a notification received is for me // NotificationForMe Check if a notification received is for me
// It returns a NotificationForMeReport which contains a ForMe bool stating if it is for the caller, // It returns a NotificationForMeReport which contains a ForMe bool stating if it is for the caller,
// a Type, and a source. These are as follows: // a Type, and a source. These are as follows:
// TYPE SOURCE DESCRIPTION // TYPE SOURCE DESCRIPTION
// "default" recipient user ID A message with no association // "default" recipient user ID A message with no association
// "request" sender user ID A channel request has been received // "request" sender user ID A channel request has been received
// "confirm" sender user ID A channel request has been accepted // "confirm" sender user ID A channel request has been accepted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment