mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
remote_server: Send API feature level along with Zulip version.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
0400614a48
commit
f86becfc94
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.8 on 2023-12-09 18:08
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("zilencer", "0047_preregistrationremoteserverbillinguser_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="remotezulipserver",
|
||||
name="last_api_feature_level",
|
||||
field=models.PositiveIntegerField(null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user