Skip to content

Remove NeoChatUser and just use Quotient::User

James Graham requested to merge work/nvrwhere/fix_cast_to_neochatuser into master

Remove NeoChatUser and just use Quotient::User this simplifies things and avoids casting from one to the other which address santizer didn't like and was causing the test failures in texthandlertest on the CI.

Merge request reports