This commit is contained in:
Hugh Rundle 2021-12-06 17:02:47 +11:00
parent 6d894d71ec
commit c3f24316a0
No known key found for this signature in database
GPG key ID: CD23D6039184286B

View file

@ -15,12 +15,13 @@ from bookwyrm.status import create_generated_note
from bookwyrm.utils import regex
#pylint: disable=unnecessary-pass
# pylint: disable=unnecessary-pass
class WebFingerError(Exception):
"""empty error class for problems finding user information with webfinger"""
pass
def get_user_from_username(viewer, username):
"""helper function to resolve a localname or a username to a user"""
if viewer.is_authenticated and viewer.localname == username: