fix channel description

This commit is contained in:
Niko Storni 2020-08-31 21:27:39 +02:00
parent c53cf4c1b3
commit d4ca71a89d

View file

@ -418,7 +418,7 @@ func (s *Sync) ensureChannelOwnership() error {
var c *jsonrpc.TransactionSummary
claimCreateOptions := jsonrpc.ClaimCreateOptions{
Title: &channelInfo.Microformat.MicroformatDataRenderer.Title,
Description: &channelInfo.Microformat.MicroformatDataRenderer.Description,
Description: &channelInfo.Metadata.ChannelMetadataRenderer.Description,
Tags: tags_manager.GetTagsForChannel(s.DbChannelData.ChannelId),
Languages: languages,
Locations: locations,