Use new endpoint for badge config
This commit is contained in:
parent
24f17f2cf9
commit
064659657f
3 changed files with 7 additions and 7 deletions
|
@ -2262,7 +2262,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
if (!messaging) {
|
||||
throw new Error(`${idLog}: messaging is not available`);
|
||||
}
|
||||
const response = await messaging.server.getBoostBadgesFromServer(
|
||||
const response = await messaging.server.getSubscriptionConfiguration(
|
||||
userLanguages
|
||||
);
|
||||
const boostBadgesByLevel = parseBoostBadgeListFromServer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue