You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three functions in src/appservice/Appservice.ts include "(the sender_localpart)" in their docs description. I don't know what this means and find it to be confusing, even after reading the function's code.
This last one got me wondering when reading the function description inside of a bot project using the lib. I felt like I needed to look up whether the function will return a user ID or local part.
The text was updated successfully, but these errors were encountered:
Ahhhh, is this possibly to indicate that this function will always use the sender_localpart from the registration file, instead of any user_id override?
If this is the case, IMO it should say "based on the sender_localpart from the registration file" to be more clear.
Three functions in
src/appservice/Appservice.ts
include "(the sender_localpart)" in their docs description. I don't know what this means and find it to be confusing, even after reading the function's code.matrix-bot-sdk/src/appservice/Appservice.ts
Lines 346 to 350 in 5c7fbdf
matrix-bot-sdk/src/appservice/Appservice.ts
Lines 354 to 360 in 5c7fbdf
matrix-bot-sdk/src/appservice/Appservice.ts
Lines 339 to 342 in 5c7fbdf
This last one got me wondering when reading the function description inside of a bot project using the lib. I felt like I needed to look up whether the function will return a user ID or local part.
The text was updated successfully, but these errors were encountered: