1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

fix build

This commit is contained in:
Mrs4s 2021-11-27 02:04:57 +08:00
parent 14bb70f1f0
commit 5c5e61d279
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -613,7 +613,7 @@ func (s *GuildService) PostTopicChannelFeed(guildId, channelId uint64, feed *top
ExtInfo: &channel.StCommonExt{ ExtInfo: &channel.StCommonExt{
MapInfo: []*channel.CommonEntry{ MapInfo: []*channel.CommonEntry{
{ {
proto.String("clientkey"), proto.String("GuildMain" + utils.RandomStringRange(14, "0123456789")), Key: proto.String("clientkey"), Value: proto.String("GuildMain" + utils.RandomStringRange(14, "0123456789")),
}, },
}, },
}, },