@@ -7,7 +7,7 @@ import (
func sendEmail(args map[string]string) []byte {
logger.Info("send-email is used", "args", args)
return nil
return []byte("email was sent")
}
func getCurrentTimestamp(args map[string]string) []byte {
The note is not visible to the blocked user.