|
@@ -382,7 +382,7 @@ namespace TEAMModelOS.SDK
|
|
|
|
|
|
NotifyData notifyData = new NotifyData
|
|
NotifyData notifyData = new NotifyData
|
|
{
|
|
{
|
|
- hubName = bINotice.crowd.type,
|
|
|
|
|
|
+ hubName = string.Join(",", bINotice.crowd.types),
|
|
sender = bINotice.source,
|
|
sender = bINotice.source,
|
|
tags = bINotice.crowdIds,
|
|
tags = bINotice.crowdIds,
|
|
title = bINotice.theme,
|
|
title = bINotice.theme,
|