Check email block list when email sign-up
This commit is contained in:
@@ -133,7 +133,8 @@ impl Post {
|
||||
.filter(posts::id.eq_any(ids))
|
||||
.filter(posts::published.eq(true))
|
||||
.count()
|
||||
.load(conn)?.first()
|
||||
.load(conn)?
|
||||
.first()
|
||||
.cloned()
|
||||
.ok_or(Error::NotFound)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user