This commit is contained in:
@@ -10,7 +10,7 @@ namespace NeDvachAPI.BufferControllers
|
||||
{
|
||||
List<Post> Previews = DBchat.ThreadsList(board);
|
||||
APIThreadBuffer.WriteThreadPreviewsBuffer(Previews);
|
||||
Console.WriteLine("Заполняю буфер оп-постами");
|
||||
Console.WriteLine("Заполняю буфер оп-постами " + Previews.Count);
|
||||
|
||||
for (int threadId = 1; threadId <= Previews.Count; threadId++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user