(ctx context.Context, localpart string, telNums []int64)
| 54 | } |
| 55 | |
| 56 | func (t *UserInternalAPITrace) AddTelNumbers(ctx context.Context, localpart string, telNums []int64) (err error) { |
| 57 | return t.Impl.AddTelNumbers(ctx, localpart, telNums) |
| 58 | } |
| 59 | |
| 60 | func (t *UserInternalAPITrace) JudgeShouldAutoJoin(ctx context.Context, inviter, invitee string) (bool, error) { |
| 61 | return t.Impl.JudgeShouldAutoJoin(ctx, inviter, invitee) |
nothing calls this directly
no test coverage detected