muted function

bool muted(
  1. ProfileViewBasic actor
)

Implementation

bool muted(ProfileViewBasic actor) {
  return actor.viewer.muted!;
}