Citadel Networking: add configured remote room name, so its later on put into the...
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 8 Jun 2013 15:06:11 +0000 (17:06 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 8 Jun 2013 15:06:11 +0000 (17:06 +0200)
citadel/modules/network/serv_netmail.c

index 5713ea82ac00b1ee2f8feba851daa780a88a7ea9..b84c5dea2c941224fb7e31557495047521a54b6f 100644 (file)
@@ -117,6 +117,12 @@ void aggregate_recipients(StrBuf **recps, RoomNetCfg Which, OneRoomNetCfg *OneRN
                                StrBufAppendBufPlain(*recps, HKEY(","), i);
                }
                StrBufAppendBuf(*recps, nptr->Value[0], 0);
+               if (Which == ignet_push_share)
+               {
+                       StrBufAppendBufPlain(*recps, HKEY(","), 0);
+                       StrBufAppendBuf(*recps, nptr->Value[1], 0);
+
+               }
        }
 }