add appservice MSC4190 support
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
0e0b8cc403
commit
24be579477
7 changed files with 125 additions and 50 deletions
src/service/users
|
@ -350,7 +350,6 @@ impl Service {
|
|||
token: &str,
|
||||
) -> Result<()> {
|
||||
let key = (user_id, device_id);
|
||||
// should not be None, but we shouldn't assert either lol...
|
||||
if self.db.userdeviceid_metadata.qry(&key).await.is_err() {
|
||||
return Err!(Database(error!(
|
||||
?user_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue