()
| 132 | } |
| 133 | |
| 134 | func (u *User) IsSilenced() bool { |
| 135 | return u.Status&UserSilenced != 0 |
| 136 | } |
| 137 | |
| 138 | func (u *User) IsEmailSubscriber(app *App, collID int64) bool { |
| 139 | return app.db.IsEmailSubscriber("", u.ID, collID) |
no outgoing calls
no test coverage detected