fix: sync stars topup and paid reaction settings
This commit is contained in:
parent
4e18d31e16
commit
1f11b0fd1b
12 changed files with 506 additions and 24 deletions
|
|
@ -36,5 +36,8 @@ func (s *ChannelStore) SetAvailableReactions(ctx context.Context, userID, channe
|
|||
}); err != nil {
|
||||
return domain.Channel{}, err
|
||||
}
|
||||
if s.rowCache != nil {
|
||||
s.rowCache.put(channel)
|
||||
}
|
||||
return channel, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue