Compare commits

..

1 commit

Author SHA1 Message Date
Izalia Mae d91c31c3ed Merge branch 'dev' into 'main'
Draft: version 0.3.3

See merge request pleroma/relay!59
2024-09-14 10:06:23 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ class Connection(SqlConnection):
# todo: check if software is different than stored row # todo: check if software is different than stored row
def put_inbox(self, # noqa: E301 def put_inbox(self,
domain: str, domain: str,
inbox: str | None = None, inbox: str | None = None,
actor: str | None = None, actor: str | None = None,

View file

@ -213,7 +213,7 @@ class Login(View):
app = conn.put_app_login(user) app = conn.put_app_login(user)
resp = Response.new(app.get_api_data(True), ctype = 'json') resp = Response.new(app.get_api_data(), ctype = 'json')
resp.set_cookie( resp.set_cookie(
'user-token', 'user-token',
app.token, # type: ignore[arg-type] app.token, # type: ignore[arg-type]