Improvements and fixes related to the BB. Increased default limit.
This commit is contained in:
@@ -263,12 +263,12 @@ export async function create_ae_obj__post(
|
||||
.then(function (post_obj_create_result) {
|
||||
if (post_obj_create_result) {
|
||||
if (try_cache) {
|
||||
db_save_ae_obj_li__post(
|
||||
{
|
||||
obj_type: 'post',
|
||||
obj_li: [post_obj_create_result],
|
||||
log_lvl: log_lvl
|
||||
});
|
||||
db_save_ae_obj_li__post(
|
||||
{
|
||||
obj_type: 'post',
|
||||
obj_li: [post_obj_create_result],
|
||||
log_lvl: log_lvl
|
||||
});
|
||||
}
|
||||
return post_obj_create_result;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user