chore
parent
aec1551cb7
commit
940f6a70ab
|
@ -106,7 +106,7 @@ namespace Storage.Test {
|
|||
{ "content", "hello, game" }
|
||||
}
|
||||
};
|
||||
await LCStatus.SendPrivately(status, user2.ObjectId);
|
||||
await LCStatus.SendPrivately(privateStatus, user2.ObjectId);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
@ -27,7 +27,7 @@ namespace LeanCloud.Storage {
|
|||
MaxId = 0;
|
||||
}
|
||||
|
||||
public async Task<ReadOnlyCollection<LCStatus>> Find() {
|
||||
public new async Task<ReadOnlyCollection<LCStatus>> Find() {
|
||||
LCUser user = await LCUser.GetCurrent();
|
||||
if (user == null) {
|
||||
throw new ArgumentNullException("current user");
|
||||
|
|
Loading…
Reference in New Issue