You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/lib/pangea/user/client_extension.dart

8 lines
218 B
Dart

import 'package:matrix/matrix.dart';
import 'package:fluffychat/pangea/common/config/environment.dart';
extension AccountIdentiferExt on Client {
bool get isSupportAccount => userID == Environment.supportUserId;
}