mainIine / foe-helfer-extension

FoE Helfer - Extension for chromium based browsers and Firefox ;-)
https://foe-helper.com
GNU Affero General Public License v3.0
121 stars 183 forks source link

Infobox Cleanup #2429

Open SkateScout opened 2 years ago

SkateScout commented 2 years ago

The old handling could be removed since the migration is done since long time.

// altes Postfach FoEproxy.addHandler('ConversationService', 'getEntities', (data, postData) => { MainParser.setConversations(data.responseData); }); FoEproxy.addHandler('ConversationService', 'getTeasers', (data, postData) => { MainParser.setConversations(data.responseData); }); FoEproxy.addHandler('ConversationService', 'getOverview', (data, postData) => { MainParser.setConversations(data.responseData); });