Skip to content

bugfix: add extra-context to ac-checkers #20

Matthieu Fesselier requested to merge bugfix/20-fix-extra-context into dev

You can now remove all the informations of avatar and author from the default extra-context.

The problem was that sib-ac-checker was the first one to load the conversations, but the extra-context was not defined for him. So it saved the fetched resource in the cache without the extra-context.

Merge request reports