Fix anon username from id (find renamed profile)

maybe related to #95, #104, 67ac8f3397.
This commit is contained in:
Alexander Graf
2018-05-01 13:06:06 +02:00
parent 1469064176
commit 2722da6ae4
5 changed files with 28 additions and 14 deletions

View File

@@ -74,7 +74,10 @@ metadata of a Profile. :class:`Profile` instances can be created with:
profile = Profile.from_username(L.context, USERNAME)
- :meth:`Profile_from_userid`
given its User ID (currently requires to be logged in).
given its User ID. This allows to easily lookup a Profile's username given
its ID::
Profile.from_id(L.context, USERID).username
- :meth:`Profile.get_followees`
Profiles that are followed by given user.